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

This commit is contained in:
Felix Fontein
2026-06-05 06:15:53 +02:00
committed by GitHub
parent f369956247
commit c5a5d7c337
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}"