Skip to content

Commit

Permalink
Dont' use bundler cache for rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp committed Nov 16, 2024
1 parent a9af84e commit 950dc20
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,11 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ env.ruby_version }}
bundler-cache: true

- name: Install gems
run: |
bundle config set --local with 'test docs release'
bundle install
- name: Rubocop
run: bundle exec rake rubocop

0 comments on commit 950dc20

Please sign in to comment.