Skip to content

Commit

Permalink
ci: disable fail-fast for matrix (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan authored Jun 3, 2024
1 parent c7c9ec9 commit 6e2c592
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: true
matrix:
node: [18, 20, 22]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: true
matrix:
node: [18, 20, 22]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
jobs:
build:
strategy:
fail-fast: true
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [18, 20, 22]
Expand Down

0 comments on commit 6e2c592

Please sign in to comment.