Skip to content

Commit

Permalink
CI: Set continue-on-error false for Ruby Head
Browse files Browse the repository at this point in the history
Make a job failed when a test is failed.

Signed-off-by: Takuro Ashie <[email protected]>
  • Loading branch information
ashie committed Aug 7, 2024
1 parent 64595e2 commit b940f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-ruby-head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
test:
runs-on: ${{ matrix.os }}
continue-on-error: true
continue-on-error: false
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit b940f32

Please sign in to comment.