We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dcc191 commit 4f606e1Copy full SHA for 4f606e1
.github/workflows/ruby.yml
@@ -33,6 +33,6 @@ jobs:
33
uses: ruby/setup-ruby@v1
34
with:
35
ruby-version: ${{ matrix.ruby-version }}
36
- bundler-cache: false # runs 'bundle install' and caches installed gems automatically
+ bundler-cache: true # runs 'bundle install' and caches installed gems automatically
37
- name: Run tests
38
run: bundle exec rspec
0 commit comments