Skip to content

Commit 4437589

Browse files
committed
bring back command
1 parent 8ff6054 commit 4437589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
uses: ruby/setup-ruby@v1
2828
with:
2929
ruby-version: ${{ matrix.ruby-version }}
30-
bundler-cache: false # runs 'bundle install' and caches installed gems automatically
30+
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3131
- name: Run tests
3232
run: bundle exec rake

0 commit comments

Comments
 (0)