diff options
| author | Niklas Berglund <niklas.berglund@gmail.com> | 2024-09-27 12:34:38 +0200 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2024-10-01 13:57:31 +0200 |
| commit | 33568130b34f6ea0792e37cc279aa0a0a5785d49 (patch) | |
| tree | 02ad04751ac082dc473aa95a782d2fdabff36618 /.github/workflows | |
| parent | 4a263046c888a0fda676847dd16a2c4a855d4419 (diff) | |
| download | mullvadvpn-33568130b34f6ea0792e37cc279aa0a0a5785d49.tar.xz mullvadvpn-33568130b34f6ea0792e37cc279aa0a0a5785d49.zip | |
Run mockapi tests 10 times nightly
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 204b84ed5a..0f4404f4ee 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 }} |
