Fix continue-on-error GH actions bug, always run archive step instead

This commit is contained in:
Alan Rominger 2023-09-14 15:45:07 -04:00 committed by GitHub
parent 7b0598c7d8
commit aa3228eec9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -121,7 +121,6 @@ jobs:
collection-integration:
name: awx_collection integration
runs-on: ubuntu-latest
continue-on-error: true
strategy:
fail-fast: false
matrix:
@ -160,11 +159,13 @@ jobs:
# Upload coverage report as artifact
- uses: actions/upload-artifact@v3
if: always()
with:
name: coverage-${{ matrix.target-regex.name }}
path: ~/.ansible/collections/ansible_collections/awx/awx/tests/output/coverage/
- uses: ./.github/actions/upload_awx_devel_logs
if: always()
with:
log-filename: collection-integration-${{ matrix.target-regex.name }}.log

View File

@ -71,5 +71,6 @@ jobs:
awx-pf-tests run --project .
- uses: ./.github/actions/upload_awx_devel_logs
if: always()
with:
log-filename: e2e-${{ matrix.job }}.log