Skip to content

Commit

Permalink
Merge pull request #9 from ruby/ci-use-bundler-cache
Browse files Browse the repository at this point in the history
CI: use bundler-cache, and 'bundle exec'
  • Loading branch information
hsbt authored Dec 9, 2021
2 parents 02e792d + 8801539 commit 7238852
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
run: bundle install
bundler-cache: true # 'bundle install' and cache gems
- name: Run test
run: rake test
run: bundle exec rake test

0 comments on commit 7238852

Please sign in to comment.