Skip to content

Commit 3d8c4a8

Browse files
test: set fail-fast to false to avoid all downstream tests being cancelled when one fails (#623)
1 parent 795eb41 commit 3d8c4a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
name: yarn ${{ matrix.yarncmd }}
1717
runs-on: ubuntu-latest
1818
strategy:
19+
fail-fast: false
1920
matrix:
2021
yarncmd: ['test', 'docs']
2122
steps:
@@ -29,6 +30,7 @@ jobs:
2930
name: Test downstream ${{ matrix.group }} projects
3031
runs-on: ubuntu-latest
3132
strategy:
33+
fail-fast: false
3234
matrix:
3335
group: ['angular', 'angularjs', 'react', 'other']
3436
steps:

0 commit comments

Comments
 (0)