Skip to content

Commit

Permalink
ci: set fail-fast=false for test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Apr 26, 2024
1 parent 521ff4e commit 23a792f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
build:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
node: ['18', '20']
steps:
Expand Down

0 comments on commit 23a792f

Please sign in to comment.