Skip to content

Commit 2d65618

Browse files
committed
Use bundler-cache instead of bundle install
1 parent 0df127b commit 2d65618

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,7 @@ jobs:
3636
uses: ruby/setup-ruby@v1
3737
with:
3838
ruby-version: ${{ matrix.ruby }}
39-
- name: Install
40-
id: bundle
41-
run: |
42-
bundle install
43-
if: "matrix.ruby <= '2.1'"
39+
bundler-cache: true
4440
- name: Run test
4541
run: bundle exec rake test
4642
- id: build

0 commit comments

Comments
 (0)