diff options
| author | Albin <albin@mullvad.net> | 2025-02-10 08:17:43 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2025-02-10 08:19:45 +0100 |
| commit | 8ea8cad15bfcb0b1907696d7cd00faa33ac06022 (patch) | |
| tree | d7997a88ac25dcd95139abd213b97bdffb020df6 /.github/workflows | |
| parent | 8aed01a1417396c5cfb8694b151257bac33d91ae (diff) | |
| download | mullvadvpn-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.yml | 2 |
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 }} |
