Skip to content

Commit

Permalink
fix: disable fail-fast strategy (#19)
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
  • Loading branch information
Stromweld committed Jun 19, 2024
1 parent 692aeef commit 31732b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
BUNDLE_WITH: ${{ inputs.bundle_with }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: ["3.3"]
name: Chefstyle on Ruby
Expand Down Expand Up @@ -74,6 +75,7 @@ jobs:
env:
BUNDLE_WITHOUT: ${{ inputs.bundle_without }}
strategy:
fail-fast: false
matrix:
ruby: ["3.1", "3.2", "3.3"]
steps:
Expand Down

0 comments on commit 31732b1

Please sign in to comment.