Skip to content

Commit e6275b0

Browse files
committed
Configure test workflow to run all matrix jobs before failing
The default behavior is to cancel all the other matrix jobs if one fails. However, it can often be valuable to see what the results are of the other jobs. In this case where the matrix is operating systems, it can be useful to see whether the problem is specific to one OS, or if it affects all.
1 parent ad07c30 commit e6275b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-typescript-task.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
runs-on: ${{ matrix.operating-system }}
3434

3535
strategy:
36+
fail-fast: false
37+
3638
matrix:
3739
operating-system:
3840
- macos-latest

0 commit comments

Comments
 (0)