Skip to content

Commit 50bff8b

Browse files
committed
Fix error bundling in CI with Ruby 4
1 parent 0a3e488 commit 50bff8b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,7 @@ jobs:
3131
uses: ruby/setup-ruby@v1
3232
with:
3333
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
34+
bundler-cache: true
4035
- name: Run all tests
4136
run: bundle exec rake
4237
- name: Run codacy-coverage-reporter

0 commit comments

Comments
 (0)