Skip to content

Commit

Permalink
Use bundler-cache for ruby/setup-ruby
Browse files Browse the repository at this point in the history
No need to call this yourself
  • Loading branch information
Earlopain authored and marcandre committed Dec 28, 2024
1 parent af33ed0 commit b76496a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: install dependencies
run: bundle install --jobs 3 --retry 3
bundler-cache: true
- name: code coverage
if: matrix.coverage
uses: paambaati/codeclimate-action@v9.0.0
Expand Down Expand Up @@ -133,7 +132,6 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: install dependencies
run: bundle install --jobs 3 --retry 3
bundler-cache: true
- name: internal investigation
run: bundle exec rake generate internal_investigation

0 comments on commit b76496a

Please sign in to comment.