Skip to content

Commit 74e3fe1

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 a8f1259 commit 74e3fe1

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
@@ -35,6 +35,8 @@ jobs:
3535
runs-on: ${{ matrix.operating-system }}
3636

3737
strategy:
38+
fail-fast: false
39+
3840
matrix:
3941
operating-system:
4042
- macos-latest

0 commit comments

Comments
 (0)