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 committed Oct 7, 2021
1 parent 94c3391 commit 6b8cad7
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 6b8cad7

Please sign in to comment.