1
0
Fork 0
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:
Felix Fontein 2026-06-22 06:20:48 +02:00 committed by GitHub
parent 5afc184e40
commit 2bb42c8469
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 256 deletions

View file

@ -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 }}