diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fed2ff7..76fb7b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,12 +33,7 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - - - name: Bundle - run: | - gem install bundler - bundle config path vendor/bundle - bundle install --jobs 4 --retry 3 + bundler-cache: true - name: RSpec & publish code coverage uses: paambaati/codeclimate-action@v8.0.0