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 61e2688
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) }}

Check failure on line 432 in .github/workflows/android-app.yml

View workflow job for this annotation

GitHub Actions / check-formatting

432:67 syntax error: mapping values are not allowed here (syntax)
steps:
- name: Prepare report dir
if: ${{ matrix.test-repeat != 0 }}
Expand Down

0 comments on commit 61e2688

Please sign in to comment.