diff options
| author | Oskar <oskar@mullvad.net> | 2024-10-01 14:20:59 +0200 |
|---|---|---|
| committer | Oskar <oskar@mullvad.net> | 2024-10-01 14:20:59 +0200 |
| commit | 5ed9fdaff6dcb709a0c1a4101c444c697cb948bc (patch) | |
| tree | 83a5c3004d8fa062073af29a4ceaba59cae96885 | |
| parent | 4a263046c888a0fda676847dd16a2c4a855d4419 (diff) | |
| parent | ae17b7735c1b6e928d45d4b82b7f1f59ad7936aa (diff) | |
| download | mullvadvpn-5ed9fdaff6dcb709a0c1a4101c444c697cb948bc.tar.xz mullvadvpn-5ed9fdaff6dcb709a0c1a4101c444c697cb948bc.zip | |
Merge branch 'run-nightly-mockapi-tests-multiple-times-droid-702'
| -rw-r--r-- | .github/workflows/android-app.yml | 2 |
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 }} |
