We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c4db52 commit 02ec51aCopy full SHA for 02ec51a
.github/workflows/ci.yml
@@ -28,19 +28,7 @@ jobs:
28
uses: ruby/setup-ruby@v1
29
with:
30
ruby-version: ${{ matrix.ruby }}
31
- - name: Update rubygems
32
- run: |
33
- gem update --system
34
- - uses: actions/cache@v3
35
- with:
36
- path: vendor/bundle
37
- key: bundle-use-ruby-${{ matrix.ruby }}-${{ hashFiles('**/Gemfile.lock') }}
38
- restore-keys: |
39
- bundle-use-ruby-${{ matrix.ruby }}-
40
- - name: Bundle install
41
42
- bundle config path vendor/bundle
43
- bundle install --jobs 4 --retry 3
+ bundler-cache: true # 'bundle install' and cache gems
44
- name: Run specs
45
env:
46
SIMPLECOV: ${{ matrix.coverage }}
0 commit comments