Skip to content

Commit

Permalink
Use bundler-cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed May 14, 2024
1 parent 7d00d43 commit 5a66254
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.image }}
bundler-cache: true
- name: Run tests
run: |
gem install -g
rake
bundle install
bundle exec rake

0 comments on commit 5a66254

Please sign in to comment.