Skip to content

Commit a2a8dad

Browse files
committed
caching bunder
1 parent b528ec2 commit a2a8dad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
uses: ruby/setup-ruby@v1
5050
with:
5151
ruby-version: ${{ matrix.ruby }}
52-
bundler-cache: false # runs 'bundle install' and caches installed gems automatically
52+
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
5353
- name: Run tests
5454
run: bundle exec rake

0 commit comments

Comments
 (0)