summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2025-02-10 08:17:43 +0100
committerAlbin <albin@mullvad.net>2025-02-10 08:19:45 +0100
commit8ea8cad15bfcb0b1907696d7cd00faa33ac06022 (patch)
treed7997a88ac25dcd95139abd213b97bdffb020df6 /.github/workflows
parent8aed01a1417396c5cfb8694b151257bac33d91ae (diff)
downloadmullvadvpn-8ea8cad15bfcb0b1907696d7cd00faa33ac06022.tar.xz
mullvadvpn-8ea8cad15bfcb0b1907696d7cd00faa33ac06022.zip
Increase nightly mockapi test repeat to 100
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 cf6ec32518..b15d0bb042 100644
--- a/.github/workflows/android-app.yml
+++ b/.github/workflows/android-app.yml
@@ -375,7 +375,7 @@ jobs:
test-repeat: 1
- test-type: mockapi
path: android/test/mockapi/build/outputs/apk
- test-repeat: ${{ github.event_name == 'schedule' && 10 || github.event.inputs.mockapi_test_repeat || 1 }}
+ test-repeat: ${{ github.event_name == 'schedule' && 100 || github.event.inputs.mockapi_test_repeat || 1 }}
steps:
- name: Prepare report dir
if: ${{ matrix.test-repeat != 0 }}