Skip to content

Commit

Permalink
Update android_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CampelloManuel authored Sep 12, 2024
1 parent 0eaa6f9 commit c55991d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
job_tests:
if: github.repository == 'spacecowboy/NotePad' # no need to run it on forks
timeout-minutes: 45 # test jobs take ~11 minutes each. We give time to download the AVD images
continue-on-error: false # failing the test on ONE configuration makes them ALL fail
continue-on-error: true # run tests for ALL configurations, don't stop at the 1° failure
strategy:
matrix:
# test on emulators with these Android API versions. They all have ATD images.
Expand Down

0 comments on commit c55991d

Please sign in to comment.