We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdae248 commit 08ba7ecCopy full SHA for 08ba7ec
2 files changed
.github/workflows/ci.yml
@@ -16,6 +16,7 @@ jobs:
16
env:
17
CI: true
18
VIRTUOSO_INTEGRATION_TESTS: true
19
+ ALLOW_FAILURES: ${{ endsWith(matrix.ruby, 'head') }}
20
strategy:
21
fail-fast: false
22
matrix:
@@ -50,5 +51,5 @@ jobs:
50
51
with:
52
time: '3s'
53
- name: Run tests
- run: bundle exec rspec spec
54
+ run: ruby --version; bundle exec rspec spec || $ALLOW_FAILURES
55
.travis.yml
0 commit comments