Skip to content

Commit

Permalink
Remove continue-on-error in unstable.yml workflow
Browse files Browse the repository at this point in the history
* This is a daily job, the failures only appear in the Actions tab so
  there seems to be little value to hide it.
  • Loading branch information
eregon committed Apr 15, 2024
1 parent 9819c1d commit 0ce853f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,10 @@ jobs:
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
continue-on-error: ${{ (matrix.ruby-version == 'ruby-head') || (matrix.ruby-version == 'jruby-head') }}

- name: Run tests
run: bundle exec rake
if: matrix.ruby-version != 'truffleruby-head'
continue-on-error: ${{ (matrix.ruby-version == 'ruby-head') || (matrix.ruby-version == 'jruby-head') }}

- name: Run specs (truffleruby)
run: bundle exec rake spec
Expand Down

0 comments on commit 0ce853f

Please sign in to comment.