We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ff6054 commit 4437589Copy full SHA for 4437589
.github/workflows/ruby.yml
@@ -27,6 +27,6 @@ jobs:
27
uses: ruby/setup-ruby@v1
28
with:
29
ruby-version: ${{ matrix.ruby-version }}
30
- bundler-cache: false # runs 'bundle install' and caches installed gems automatically
+ bundler-cache: true # runs 'bundle install' and caches installed gems automatically
31
- name: Run tests
32
run: bundle exec rake
0 commit comments