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 1e72ff9 commit cbdfb65Copy full SHA for cbdfb65
.github/workflows/linux.yml
@@ -16,15 +16,13 @@ jobs:
16
- ubuntu-latest
17
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}
18
steps:
19
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
20
- uses: ruby/setup-ruby@v1
21
with:
22
ruby-version: ${{ matrix.ruby }}
23
+ bundler-cache: true
24
- name: unit testing
25
env:
26
CI: true
27
run: |
- gem install rake
28
- gem install bundler ${{ matrix.ruby == '2.7' && '-v 2.4.22' || '' }}
29
- bundle install --jobs 4 --retry 3
30
bundle exec rake spec
0 commit comments