Skip to content

Commit

Permalink
Merge pull request #6 from ruby/ci-use-bundler-cache-from-setup-ruby
Browse files Browse the repository at this point in the history
build: Use bundler-cache to install deps
  • Loading branch information
hsbt authored Dec 9, 2021
2 parents 4cf666c + 9873605 commit e811a24
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 # Run "bundle install", and cache the result automatically.
- name: Run test
run: rake test
run: bundle exec rake test

0 comments on commit e811a24

Please sign in to comment.