Skip to content

Commit 3ca1603

Browse files
committed
Don't fail CI when ruby-head is broken
1 parent ee06927 commit 3ca1603

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
with:
3131
ruby-version: ${{ matrix.entry.ruby }}
3232
bundler-cache: true # 'bundle install' and cache gems
33+
continue-on-error: ${{ matrix.entry.ignore || false }}
3334
- name: Run Tests
3435
continue-on-error: ${{ matrix.entry.ignore || false }}
3536
env:

0 commit comments

Comments
 (0)