diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfd6c99e..50b888a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,9 +16,7 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} - - - name: Install dependencies - run: bundle install + bundler-cache: true # 'bundle install', cache gems - name: Run tests run: bundle exec rake