Skip to content

Commit f92e0a0

Browse files
committed
Update CI.
1 parent 37c6a10 commit f92e0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install dependencies
4141
run: bundle install --jobs 4 --retry 3
4242
- name: Run tests
43-
run: bundle exec rspec spec || $ALLOW_FAILURES
43+
run: ruby --version; bundle exec rspec spec || $ALLOW_FAILURES
4444
- name: Coveralls GitHub Action
4545
uses: coverallsapp/[email protected]
4646
if: ${{ matrix.ruby == '3.0' && matrix.gemfile == 'Gemfile' }}

0 commit comments

Comments
 (0)