Skip to content

Commit

Permalink
Upload artefact even if previous step failed
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasberglund committed Oct 24, 2024
1 parent a728413 commit c888ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ jobs:

- name: Upload instrumentation report (${{ matrix.test-type }})
uses: actions/upload-artifact@v4
if: ${{ matrix.test-repeat != 0 }}
if: always() && matrix.test-repeat != 0
with:
name: ${{ matrix.test-type }}-instrumentation-report
path: ${{ steps.prepare-report-dir.outputs.report_dir }}
Expand Down

0 comments on commit c888ec7

Please sign in to comment.