Skip to content

Commit

Permalink
Disable fast-fail in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmaroli committed Sep 5, 2024
1 parent 497b8c0 commit 2ac1302
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
name: "Test with Jekyll ${{ matrix.jekyll }} (Ruby ${{ matrix.ruby }} on ${{ matrix.os }})"
runs-on: "${{ matrix.os }}-latest"
strategy:
fail-fast: false
matrix:
jekyll: ["~> 3.9", "~> 4.2"]
ruby: ["2.7", "3.3"]
Expand Down

0 comments on commit 2ac1302

Please sign in to comment.