Skip to content

Commit 11d6926

Browse files
committed
Announce Ruby version.
1 parent a714a5a commit 11d6926

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,10 @@ jobs:
4040
uses: ruby/setup-ruby@v1
4141
with:
4242
ruby-version: ${{ matrix.ruby }}
43-
run: ruby --version
4443
- name: Install dependencies
4544
run: bundle install --jobs 4 --retry 3
4645
- name: Run tests
47-
run: bundle exec rspec spec || $ALLOW_FAILURES
46+
run: ruby --version; bundle exec rspec spec || $ALLOW_FAILURES
4847
- name: Coveralls GitHub Action
4948
uses: coverallsapp/github-action@v1.1.2
5049
if: "matrix.ruby == '3.0'"

0 commit comments

Comments
 (0)