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 16e1175 commit 3a43b2f
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: [14, 16, 18]
stylelint: [14, 15]
Expand Down

0 comments on commit 3a43b2f

Please sign in to comment.