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 c10a69f commit a714a5aCopy full SHA for a714a5a
.github/workflows/ci.yml
@@ -40,6 +40,7 @@ jobs:
40
uses: ruby/setup-ruby@v1
41
with:
42
ruby-version: ${{ matrix.ruby }}
43
+ run: ruby --version
44
- name: Install dependencies
45
run: bundle install --jobs 4 --retry 3
46
- name: Run tests
0 commit comments