Skip to content

Commit

Permalink
ci: add fail-fast: false temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Jul 20, 2024
1 parent 966d379 commit a0aedfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
needs:
- prepare_matrix
strategy:
# TODO: remove after nodejs 22.5.1 is available
fail-fast: false
matrix:
node-version: ${{ fromJSON(needs.prepare_matrix.outputs.versions) }}
runs-on: macos-latest
Expand Down

0 comments on commit a0aedfe

Please sign in to comment.