summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOskar <oskar@mullvad.net>2024-10-01 14:20:59 +0200
committerOskar <oskar@mullvad.net>2024-10-01 14:20:59 +0200
commit5ed9fdaff6dcb709a0c1a4101c444c697cb948bc (patch)
tree83a5c3004d8fa062073af29a4ceaba59cae96885
parent4a263046c888a0fda676847dd16a2c4a855d4419 (diff)
parentae17b7735c1b6e928d45d4b82b7f1f59ad7936aa (diff)
downloadmullvadvpn-5ed9fdaff6dcb709a0c1a4101c444c697cb948bc.tar.xz
mullvadvpn-5ed9fdaff6dcb709a0c1a4101c444c697cb948bc.zip
Merge branch 'run-nightly-mockapi-tests-multiple-times-droid-702'
-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 204b84ed5a..00a33cbeac 100644
--- a/.github/workflows/android-app.yml
+++ b/.github/workflows/android-app.yml
@@ -429,7 +429,7 @@ jobs:
test-repeat: 1
- test-type: mockapi
path: android/test/mockapi/build/outputs/apk
- test-repeat: ${{ github.event.inputs.mockapi_test_repeat || 1 }}
+ test-repeat: ${{ github.event_name == 'schedule' && 10 || github.event.inputs.mockapi_test_repeat || 1 }}
steps:
- name: Prepare report dir
if: ${{ matrix.test-repeat != 0 }}