From 89eb0762b6c5a939cc7284b60360683440642ff2 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Sun, 11 Jul 2021 08:38:05 +0900 Subject: [PATCH] Update CI * Enable bundler-cache --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 450bfd7..fa8189f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,7 @@ jobs: - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} + bundler-cache: true - run: gem install bundler - run: bundle install - run: bundle exec rake test