summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAndrew Bulhak <andrew.bulhak@mullvad.net>2025-05-28 11:06:10 +0200
committerBug Magnet <marco.nikic@mullvad.net>2025-06-03 12:03:16 +0200
commitbb140aaff32e87779ca230bc0f93130e80ab14f3 (patch)
tree13710a6ebb9c74765959cc968f9a3a497eb26306 /.github
parentd51026519ac0b54ad88ee23d3645227188be1f13 (diff)
downloadmullvadvpn-bb140aaff32e87779ca230bc0f93130e80ab14f3.tar.xz
mullvadvpn-bb140aaff32e87779ca230bc0f93130e80ab14f3.zip
Add if: always() to "archive test report" action
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ios-screenshots-tests.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ios-screenshots-tests.yml b/.github/workflows/ios-screenshots-tests.yml
index 9d007ea634..a091ac658e 100644
--- a/.github/workflows/ios-screenshots-tests.yml
+++ b/.github/workflows/ios-screenshots-tests.yml
@@ -57,6 +57,7 @@ jobs:
working-directory: ios/
- name: Archive test report
+ if: always()
run: zip -r test-report.zip ios/xcode-test-report.xcresult
- name: Store test report artifact