diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d301b27..e4a250f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,6 @@ jobs: - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - bundler-cache: true # runs 'bundle install' and caches installed gems automatically + # bundler-cache: true # runs 'bundle install' and caches installed gems automatically - run: bundle install - run: bundle exec rake