diff --git a/.github/workflows/project-build.yml b/.github/workflows/project-build.yml index e0fc51f4..64b636de 100644 --- a/.github/workflows/project-build.yml +++ b/.github/workflows/project-build.yml @@ -26,10 +26,7 @@ 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 gems - name: Run tests and Rubocop run: |