mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-29 23:49:09 +00:00
[stable-11] CI: Run GHA integration tests with antsibull-nox (#12314)
Run GHA integration tests with antsibull-nox.
This commit is contained in:
parent
5afc184e40
commit
2bb42c8469
3 changed files with 13 additions and 256 deletions
12
.github/workflows/nox.yml
vendored
12
.github/workflows/nox.yml
vendored
|
|
@ -26,3 +26,15 @@ jobs:
|
|||
with:
|
||||
session-name: Run extra sanity tests
|
||||
change-detection-in-prs: true
|
||||
ansible-test:
|
||||
uses: ansible-community/antsibull-nox/.github/workflows/reusable-nox-matrix.yml@main
|
||||
with:
|
||||
change-detection-in-prs: true
|
||||
upload-codecov: true
|
||||
upload-codecov-pr: false
|
||||
upload-codecov-push: false
|
||||
upload-codecov-schedule: true
|
||||
allow-coverage-cd-override: true
|
||||
max-ansible-core: "2.18"
|
||||
secrets:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue