Skip to content

Commit

Permalink
feat(15-matrices): set fail-fast to true
Browse files Browse the repository at this point in the history
  • Loading branch information
lauromueller authored Nov 12, 2023
1 parent 7e125f6 commit a38434a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/15-matrices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: ${{ matrix.os }}-${{ matrix.node-version }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
fail-fast: true
matrix:
node-version: [18.x, 20.x, 21.x]
os:
Expand Down

0 comments on commit a38434a

Please sign in to comment.