We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54980cc commit 50640f8Copy full SHA for 50640f8
.github/workflows/ci.yml
@@ -29,6 +29,7 @@ jobs:
29
test:
30
name: test (Rails ${{ matrix.rails_version }}, Ruby ${{ matrix.ruby_version }})
31
runs-on: ubuntu-latest
32
+ continue-on-error: ${{ matrix.ruby_version == 'head' }}
33
strategy:
34
fail-fast: false
35
matrix:
0 commit comments