From 82c84cc98874cec9ad3de3705ae0e0d3007f7c98 Mon Sep 17 00:00:00 2001 From: Daniel O'Connor Date: Wed, 7 Apr 2021 17:02:56 +0930 Subject: [PATCH] Trial cache again --- .github/workflows/ruby.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index f8bf334ab6..6d6fa3feab 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -30,10 +30,8 @@ jobs: uses: ruby/setup-ruby@473e4d8fe5dd94ee328fdfca9f8c9c7afc9dae5e with: ruby-version: ${{ matrix.ruby-version }} - # bundler-cache: true # runs 'bundle install' and caches installed gems automatically + bundler-cache: true # runs 'bundle install' and caches installed gems automatically - - name: Install dependencies - run: bundle install - name: Prepare DB run: DB=sqlite RAILS_ENV=test bundle exec rake spec:preparedb - name: Run model tests