Skip to content

Commit

Permalink
fix(ci): disable fail-fast on matrix check job
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbchron committed Apr 4, 2024
1 parent ca4ae65 commit 1acff28
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 @@ -23,6 +23,7 @@ jobs:
flake-check:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
check: [ "app-hydrate-clippy", "app-ssr-clippy", "site-server-clippy", "site-frontend-clippy", "site-server-doc", "site-server-fmt", "site-server-deny", "site-server-nextest" ]
steps:
Expand Down

0 comments on commit 1acff28

Please sign in to comment.