diff options
| author | Niklas Berglund <niklas.berglund@gmail.com> | 2024-10-23 10:09:25 +0200 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2024-11-21 10:22:59 +0100 |
| commit | dfc09b56affbb99e75b41d0d2c7b7778cf1623d7 (patch) | |
| tree | 7eda1c46ccd3543c0d38f15a6b4834d6a5f4b557 /.github | |
| parent | d23ccc813ce68263cdbe0a2c38cc64996fa7bd21 (diff) | |
| download | mullvadvpn-dfc09b56affbb99e75b41d0d2c7b7778cf1623d7.tar.xz mullvadvpn-dfc09b56affbb99e75b41d0d2c7b7778cf1623d7.zip | |
Upload artefact even if previous step failed
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/android-app.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index f3be81fd68..bba09b5e95 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -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 }} |
