Skip to content

Commit

Permalink
Disable fail-fast in build job
Browse files Browse the repository at this point in the history
  • Loading branch information
cahamilton committed Dec 15, 2023
1 parent 9ed4612 commit 000d53f
Showing 1 changed file with 1 addition 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 @@ -12,6 +12,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
node-version: [18, 20]
stylelint: [14, 15, 16]
Expand Down

0 comments on commit 000d53f

Please sign in to comment.