From 984e3a9deeebd4b0a8c289819692d5b310ce1774 Mon Sep 17 00:00:00 2001 From: HAHWUL Date: Sat, 29 Jun 2024 00:54:29 +0900 Subject: [PATCH] chore: Disable bundler cache in CI workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6664d3..43dcbc3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,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