Skip to content

Commit

Permalink
CI: use bundler-cache: true
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored and simi committed Jul 4, 2024
1 parent 7e5e02e commit 9d43f47
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}

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

- name: Run tests
run: bundle exec rake

0 comments on commit 9d43f47

Please sign in to comment.