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 0a3e488 commit 9d8c991Copy full SHA for 9d8c991
.github/workflows/ci.yml
@@ -31,12 +31,7 @@ jobs:
31
uses: ruby/setup-ruby@v1
32
with:
33
ruby-version: "${{matrix.ruby}}"
34
- - name: Install latest bundler
35
- run: |
36
- gem install bundler --no-document
37
- bundle config set without 'tools benchmarks docs'
38
- - name: Bundle install
39
- run: bundle install --jobs 4 --retry 3
+ bundler-cache: true
40
- name: Run all tests
41
run: bundle exec rake
42
- name: Run codacy-coverage-reporter
0 commit comments