Skip to content

Commit

Permalink
Ignore truffleruby CI errors
Browse files Browse the repository at this point in the history
truffleruby CI is currently failing due to a truffleruby specific
issue.  Ignore the errors until truffleruby fixes the issue.
  • Loading branch information
jeremyevans committed Sep 11, 2023
1 parent ee5ef00 commit 7c8d319
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 @@ -26,3 +26,4 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake spec_ci
continue-on-error: ${{ startsWith(matrix.ruby, 'truffleruby') }}

0 comments on commit 7c8d319

Please sign in to comment.