Skip to content

Commit 5b77be3

Browse files
committed
Use bundler cache
1 parent 1edd0e7 commit 5b77be3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
uses: ruby/setup-ruby@v1
1515
with:
1616
ruby-version: ${{ matrix.ruby }}
17-
- name: Install dependencies
18-
run: bundle install
17+
bundler-cache: true
1918
- name: Run tests
2019
run: bundle exec rake spec

0 commit comments

Comments
 (0)