Skip to content

Commit

Permalink
run all matrix even if one failed
Browse files Browse the repository at this point in the history
We want to get failing status.
  • Loading branch information
YO4 committed Oct 13, 2024
1 parent 8bbba4d commit a2f6b3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
win-yamatanooroti ${{ matrix.os }} ${{ matrix.console }} ${{ matrix.ruby }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
ruby: [3.3]
os: [windows-2019, windows-2022]
Expand Down

0 comments on commit a2f6b3f

Please sign in to comment.