Skip to content

Commit 3394fb0

Browse files
committed
No fail-fast
1 parent 57db225 commit 3394fb0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/cronet.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
timeout-minutes: 20
2828
strategy:
29+
fail-fast: false
2930
matrix:
3031
cronetHttpNoPlay: ['false', 'true']
3132
defaults:

.github/workflows/cupertino.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
run:
2929
working-directory: pkgs/cupertino_http
3030
strategy:
31+
fail-fast: false
3132
matrix:
3233
# Test on the minimum supported flutter version and the latest
3334
# version.

0 commit comments

Comments
 (0)