From 84ce9ed2b8a5fb274cf59ef5d9843bdc44eb4440 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 26 Nov 2024 10:49:16 +0900 Subject: [PATCH] Revert "Run bundle install manually" This reverts commit b2257cc0eeb1b247642777b50dffda38d18beb39. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 76e7f26..6fe6970 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,6 +22,6 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - - run: bundle install --jobs 4 --retry 3 + bundler-cache: true # 'bundle install' and cache gems - name: Run test run: bundle exec rake test