mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 13:27:40 -02:30
Fix continue-on-error GH actions bug, always run archive step instead
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -121,7 +121,6 @@ jobs:
|
|||||||
collection-integration:
|
collection-integration:
|
||||||
name: awx_collection integration
|
name: awx_collection integration
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
continue-on-error: true
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@@ -160,11 +159,13 @@ jobs:
|
|||||||
|
|
||||||
# Upload coverage report as artifact
|
# Upload coverage report as artifact
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: coverage-${{ matrix.target-regex.name }}
|
name: coverage-${{ matrix.target-regex.name }}
|
||||||
path: ~/.ansible/collections/ansible_collections/awx/awx/tests/output/coverage/
|
path: ~/.ansible/collections/ansible_collections/awx/awx/tests/output/coverage/
|
||||||
|
|
||||||
- uses: ./.github/actions/upload_awx_devel_logs
|
- uses: ./.github/actions/upload_awx_devel_logs
|
||||||
|
if: always()
|
||||||
with:
|
with:
|
||||||
log-filename: collection-integration-${{ matrix.target-regex.name }}.log
|
log-filename: collection-integration-${{ matrix.target-regex.name }}.log
|
||||||
|
|
||||||
|
|||||||
1
.github/workflows/e2e_test.yml
vendored
1
.github/workflows/e2e_test.yml
vendored
@@ -71,5 +71,6 @@ jobs:
|
|||||||
awx-pf-tests run --project .
|
awx-pf-tests run --project .
|
||||||
|
|
||||||
- uses: ./.github/actions/upload_awx_devel_logs
|
- uses: ./.github/actions/upload_awx_devel_logs
|
||||||
|
if: always()
|
||||||
with:
|
with:
|
||||||
log-filename: e2e-${{ matrix.job }}.log
|
log-filename: e2e-${{ matrix.job }}.log
|
||||||
|
|||||||
Reference in New Issue
Block a user