We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe01340 commit 1765bfbCopy full SHA for 1765bfb
1 file changed
.github/workflows/test.yml
@@ -49,6 +49,9 @@ jobs:
49
- name: Install dependencies
50
run: bundle install --jobs 1
51
- name: Run test
52
+ id: test
53
run: rake
54
+ continue-on-error: ${{ matrix.ruby == 'jruby-head' }}
55
- name: Install gem
56
run: rake install
57
+ if: ${{ steps.test.outcome == 'success' }}
0 commit comments