summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson@mullvad.net>2024-11-21 10:23:26 +0100
committerDavid Göransson <david.goransson@mullvad.net>2024-11-21 10:23:26 +0100
commit204bd7c89c313f67c4571a832cb4dd13e0157e4f (patch)
tree7eda1c46ccd3543c0d38f15a6b4834d6a5f4b557 /.github/workflows
parentd23ccc813ce68263cdbe0a2c38cc64996fa7bd21 (diff)
parentdfc09b56affbb99e75b41d0d2c7b7778cf1623d7 (diff)
downloadmullvadvpn-204bd7c89c313f67c4571a832cb4dd13e0157e4f.tar.xz
mullvadvpn-204bd7c89c313f67c4571a832cb4dd13e0157e4f.zip
Merge branch 'instrumentation-test-report-not-uploaded-when-tests-fail-droid-1460'
Diffstat (limited to '.github/workflows')
-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 }}