From 89736d5d3f0827c5c0b05a13d5f59491c8ac52c1 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Mon, 1 Nov 2021 15:34:02 +0100 Subject: CI: Avoid double bundle install (#158) Added a comment to help the discovery of this. --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6588be1..502ba9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,8 +66,6 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - bundler-cache: true - - name: Install dependencies - run: bundle install + bundler-cache: true # 'bundle install' and cache - name: Run tests run: bundle exec ruby -S rake test --trace -- cgit v1.2.1