re-enable cache

This commit is contained in:
Ryan W
2022-11-25 17:07:22 -08:00
parent a31e9633c7
commit df93845d25
+2 -2
View File
@@ -19,7 +19,7 @@ jobs:
- name: Set up Ruby - name: Set up Ruby
uses: ruby/setup-ruby@v1 uses: ruby/setup-ruby@v1
with: with:
bundler-cache: false bundler-cache: true
- name: Run linters - name: Run linters
run: bundle exec rubocop --parallel run: bundle exec rubocop --parallel
- name: Ruby security checks - name: Ruby security checks
@@ -55,7 +55,7 @@ jobs:
- name: Set up Ruby - name: Set up Ruby
uses: ruby/setup-ruby@v1 uses: ruby/setup-ruby@v1
with: with:
bundler-cache: false bundler-cache: true
- name: Create database - name: Create database
run: | run: |