Skip to content

Commit 0de59ae

Browse files
committed
Use bundler-cache on setup-ruby
1 parent 79d90c8 commit 0de59ae

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
@@ -16,7 +16,6 @@ jobs:
1616
uses: ruby/setup-ruby@v1
1717
with:
1818
ruby-version: ${{ matrix.ruby }}
19-
- name: Install dependencies
20-
run: bundle install
19+
bundler-cache: true
2120
- name: Run test
2221
run: rake test

0 commit comments

Comments
 (0)