diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index c33d594..391c815 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -27,6 +27,6 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} - bundler-cache: true # runs 'bundle install' and caches installed gems automatically + bundler-cache: false # runs 'bundle install' and caches installed gems automatically - name: Run tests run: bundle exec rake