Skip to content

Commit 377dadf

Browse files
committed
Use bundler-cache instead of bundle install
1 parent 47f53e1 commit 377dadf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
uses: ruby/setup-ruby@v1
2424
with:
2525
ruby-version: ${{ matrix.ruby }}
26-
- name: Install dependencies
27-
run: bundle install
26+
bundler-cache: true
2827
- name: Run test
2928
run: bundle exec rake test

0 commit comments

Comments
 (0)