From 61e26887bdb0ed7ef404432af2cb60a4a78f3f91 Mon Sep 17 00:00:00 2001 From: Niklas Berglund Date: Fri, 27 Sep 2024 12:34:38 +0200 Subject: [PATCH] Run mockapi tests 10 times nightly --- .github/workflows/android-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index 204b84ed5a40..0f4404f4ee85 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 }}