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 37c6a10 commit f92e0a0Copy full SHA for f92e0a0
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Install dependencies
41
run: bundle install --jobs 4 --retry 3
42
- name: Run tests
43
- run: bundle exec rspec spec || $ALLOW_FAILURES
+ run: ruby --version; bundle exec rspec spec || $ALLOW_FAILURES
44
- name: Coveralls GitHub Action
45
uses: coverallsapp/[email protected]
46
if: ${{ matrix.ruby == '3.0' && matrix.gemfile == 'Gemfile' }}
0 commit comments