Skip to content

Commit 1765bfb

Browse files
committed
Skip JRuby head that cannot build
1 parent fe01340 commit 1765bfb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
- name: Install dependencies
5050
run: bundle install --jobs 1
5151
- name: Run test
52+
id: test
5253
run: rake
54+
continue-on-error: ${{ matrix.ruby == 'jruby-head' }}
5355
- name: Install gem
5456
run: rake install
57+
if: ${{ steps.test.outcome == 'success' }}

0 commit comments

Comments
 (0)