Skip to content

Commit 2ba642d

Browse files
committed
Update CI.
1 parent 8fc8a1f commit 2ba642d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install dependencies
4444
run: bundle install --jobs 4 --retry 3
4545
- name: Run tests
46-
run: bundle exec rspec spec || $ALLOW_FAILURES
46+
run: ruby --version; bundle exec rspec spec || $ALLOW_FAILURES
4747
- name: Coveralls GitHub Action
4848
uses: coverallsapp/github-action@v1.1.2
4949
if: "matrix.ruby == '3.0'"

0 commit comments

Comments
 (0)