We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e91703 commit c5bad3eCopy full SHA for c5bad3e
2 files changed
.github/workflows/ci.yml
@@ -15,6 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
env:
17
CI: true
18
+ ALLOW_FAILURES: ${{ endsWith(matrix.ruby, 'head') }}
19
strategy:
20
fail-fast: false
21
matrix:
@@ -42,5 +43,5 @@ jobs:
42
43
with:
44
mongodb-version: ${{ matrix.mongodb-version }}
45
- name: Run tests
- run: bundle exec rspec spec
46
+ run: ruby --version; bundle exec rspec spec || $ALLOW_FAILURES
47
.travis.yml
0 commit comments