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 hsbt committed Oct 11, 2021
1 parent 5a25ded commit 18e991a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Expand Up @@ -16,9 +16,6 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
run: |
gem install bundler --no-document
bundle install
bundler-cache: true # 'bundle install' and cache
- name: Run test
run: rake test
run: bundle exec rake test

0 comments on commit 18e991a

Please sign in to comment.