Skip to content

Commit 6b8cad7

Browse files
authored
CI: Use bundler-cache: true
1 parent 94c3391 commit 6b8cad7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/test.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ jobs:
1616
uses: ruby/setup-ruby@v1
1717
with:
1818
ruby-version: ${{ matrix.ruby }}
19-
- name: Install dependencies
20-
run: |
21-
gem install bundler --no-document
22-
bundle install
19+
bundler-cache: true # 'bundle install' and cache
2320
- name: Run test
24-
run: rake test
21+
run: bundle exec rake test

0 commit comments

Comments
 (0)