summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorNiklas Berglund <niklas.berglund@gmail.com>2024-10-23 10:09:25 +0200
committerDavid Göransson <david.goransson@mullvad.net>2024-11-21 10:22:59 +0100
commitdfc09b56affbb99e75b41d0d2c7b7778cf1623d7 (patch)
tree7eda1c46ccd3543c0d38f15a6b4834d6a5f4b557 /.github
parentd23ccc813ce68263cdbe0a2c38cc64996fa7bd21 (diff)
downloadmullvadvpn-dfc09b56affbb99e75b41d0d2c7b7778cf1623d7.tar.xz
mullvadvpn-dfc09b56affbb99e75b41d0d2c7b7778cf1623d7.zip
Upload artefact even if previous step failed
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/android-app.yml2
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 }}