diff options
| author | Albin <albin@mullvad.net> | 2025-02-10 08:40:37 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2025-02-10 08:40:37 +0100 |
| commit | a2c7e6cd50efa2d1d0d9b181ef50b282a1834336 (patch) | |
| tree | d7997a88ac25dcd95139abd213b97bdffb020df6 | |
| parent | 8aed01a1417396c5cfb8694b151257bac33d91ae (diff) | |
| parent | 8ea8cad15bfcb0b1907696d7cd00faa33ac06022 (diff) | |
| download | mullvadvpn-a2c7e6cd50efa2d1d0d9b181ef50b282a1834336.tar.xz mullvadvpn-a2c7e6cd50efa2d1d0d9b181ef50b282a1834336.zip | |
Merge branch 'increase-nightly-mockapi-repeat-to-100'
| -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 }} |
