Skip to content

Commit c5bad3e

Browse files
committed
Update CI.
1 parent 2e91703 commit c5bad3e

2 files changed

Lines changed: 2 additions & 19 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
env:
1717
CI: true
18+
ALLOW_FAILURES: ${{ endsWith(matrix.ruby, 'head') }}
1819
strategy:
1920
fail-fast: false
2021
matrix:
@@ -42,5 +43,5 @@ jobs:
4243
with:
4344
mongodb-version: ${{ matrix.mongodb-version }}
4445
- name: Run tests
45-
run: bundle exec rspec spec
46+
run: ruby --version; bundle exec rspec spec || $ALLOW_FAILURES
4647

.travis.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)