We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a0503b commit b528ec2Copy full SHA for b528ec2
1 file changed
.github/workflows/ruby.yml
@@ -49,6 +49,6 @@ jobs:
49
uses: ruby/setup-ruby@v1
50
with:
51
ruby-version: ${{ matrix.ruby }}
52
- bundler-cache: true # runs 'bundle install' and caches installed gems automatically
+ bundler-cache: false # runs 'bundle install' and caches installed gems automatically
53
- name: Run tests
54
run: bundle exec rake
0 commit comments