From ef77b5c50c734cf8e03e261a859732b061230fd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juli=C3=A1n=20Berbel=20Alt?= Date: Tue, 30 Mar 2021 09:51:36 -0300 Subject: [PATCH] Use bundler cache for actions --- .github/workflows/test_and_deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index c4176979ea..0ce35a8327 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -26,8 +26,7 @@ jobs: with: ruby-version: 2.6.3 bundler: 2.1.4 - - name: Install dependencies - run: bundle install + bundler-cache: true - name: Load schema run: bundle exec rake db:schema:load - name: Run tests