Skip to content

Commit

Permalink
ci: ignore fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Mar 15, 2024
1 parent ee4e074 commit 9048839
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: ['20.x']
Expand Down

0 comments on commit 9048839

Please sign in to comment.