Skip to content

Commit

Permalink
Run mockapi tests 10 times nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasberglund committed Sep 27, 2024
1 parent 980c837 commit fdee39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit fdee39e

Please sign in to comment.