Skip to content

Commit

Permalink
Merge pull request #32 from ruby/ci-use-bundler-cache
Browse files Browse the repository at this point in the history
CI: Use bundler-cache: true
  • Loading branch information
hsbt committed Oct 11, 2021
2 parents 5a25ded + 18e991a commit 24e032e
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 24e032e

Please sign in to comment.