diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cb289f2..45c9877 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,6 +30,6 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} - bundler-cache: true + bundler-cache: false - name: Run tests run: bundle exec rake