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 a714a5a commit 11d6926Copy full SHA for 11d6926
.github/workflows/ci.yml
@@ -40,11 +40,10 @@ jobs:
40
uses: ruby/setup-ruby@v1
41
with:
42
ruby-version: ${{ matrix.ruby }}
43
- run: ruby --version
44
- name: Install dependencies
45
run: bundle install --jobs 4 --retry 3
46
- name: Run tests
47
- run: bundle exec rspec spec || $ALLOW_FAILURES
+ run: ruby --version; bundle exec rspec spec || $ALLOW_FAILURES
48
- name: Coveralls GitHub Action
49
uses: coverallsapp/github-action@v1.1.2
50
if: "matrix.ruby == '3.0'"
0 commit comments