Skip to content

Commit

Permalink
CI: trust bundler: cache (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored Sep 9, 2024
1 parent 138bfa6 commit 746b239
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/project-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true

- name: Install dependencies
run: bundle install
bundler-cache: true # 'bundle install' and cache gems

- name: Run tests and Rubocop
run: |
Expand Down

0 comments on commit 746b239

Please sign in to comment.