Disable cache

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