Skip to content

Commit 80ab4bf

Browse files
committed
Use bundler-cache instead of bundle install
1 parent 7c555d2 commit 80ab4bf

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/test.yml

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

0 commit comments

Comments
 (0)