Skip to content

Commit

Permalink
Use bundler-cache on setup-ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Mar 24, 2022
1 parent 3623ca5 commit 625d54e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
run: bundle install
bundler-cache: true
- name: Run test
run: rake test

0 comments on commit 625d54e

Please sign in to comment.