From b0ed18f89f313a7fc03974f5dbbe9dee0eed8c1a Mon Sep 17 00:00:00 2001 From: "Daniel (dB.) Doubrovkine" Date: Tue, 14 May 2024 10:56:18 -0400 Subject: [PATCH] Use bundler-cache. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 296c0d8..0a8f886 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.image }} + bundler-cache: true - name: Run tests run: | - gem install -g - rake + bundle exec rake