Skip to content

Commit

Permalink
stricter policy for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CampelloManuel committed Sep 12, 2024
1 parent fc9344c commit b5460b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
# this job runs all the tests
job_tests:
if: github.repository == 'spacecowboy/NotePad' # no need to run it on forks
timeout-minutes: 70 # emulators are slow: a "test jobs" can finish in (up to) 57 minutes
continue-on-error: true # finish for all configurations, even if one fails
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
strategy:
matrix:
# test on emulators with these Android API versions. They all have ATD images.
Expand Down

0 comments on commit b5460b4

Please sign in to comment.