Support ci_coverage and ci_complete in GHA; handle affected unstable tests correctly in PRs. (#1275) (#1276)

(cherry picked from commit c5a5d7c337)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2026-06-05 07:36:22 +02:00
committed by GitHub
parent 64709ad8fe
commit a36fc61d93
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -78,6 +78,10 @@ else
export ANTSIBULL_NOX_TIMEOUT=50
fi
if [ "${IS_PULL_REQUEST:-}" == "true" ]; then
export ANTSIBULL_NOX_INTEGRATION_ALLOW_UNSTABLE_CHANGED="true"
fi
export FORCE_COLOR=1
export ANTSIBULL_NOX_IGNORE_INSTALLED_COLLECTIONS="true"
export ANTSIBULL_NOX_COVERAGE_DESTINATION="${COVERAGE_DESTINATION_DIRECTORY}"