Skip to content

Commit

Permalink
ci(all): Do not fail fast on Android integration tests failure (#2861)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuberen committed Apr 29, 2024
1 parent aa70b33 commit 51879f3
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/android_alarm_manager_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
runs-on: macos-13
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
android-api-level: [22, 26, 31, 34]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/android_intent_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
runs-on: macos-13
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
android-api-level: [ 22, 26, 31, 34 ]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/battery_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
runs-on: macos-13
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
android-api-level: [ 22, 26, 31, 34 ]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/connectivity_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
runs-on: macos-13
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
android-api-level: [ 21, 26, 31, 34]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/device_info_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
runs-on: macos-13
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
android-api-level: [ 22, 26, 31, 34 ]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/network_info_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
runs-on: macos-13
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
android-api-level: [ 22, 26, 31, 34 ]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/package_info_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
runs-on: macos-13
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
android-api-level: [ 22, 26, 31, 34 ]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sensors_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
runs-on: macos-13
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
android-api-level: [ 22, 26, 31, 34 ]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/share_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
runs-on: macos-13
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
android-api-level: [ 22, 26, 31, 34 ]

Expand Down

0 comments on commit 51879f3

Please sign in to comment.