We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc8a1f commit 2ba642dCopy full SHA for 2ba642d
1 file changed
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Install dependencies
44
run: bundle install --jobs 4 --retry 3
45
- name: Run tests
46
- run: bundle exec rspec spec || $ALLOW_FAILURES
+ run: ruby --version; bundle exec rspec spec || $ALLOW_FAILURES
47
- name: Coveralls GitHub Action
48
uses: coverallsapp/github-action@v1.1.2
49
if: "matrix.ruby == '3.0'"
0 commit comments