Skip to content

Commit d7fa07e

Browse files
committed
Invalidate bundler cache on CI
1 parent 949029b commit d7fa07e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/lint.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
with:
1010
ruby-version: '2.7'
1111
bundler-cache: true
12+
cache-version: 1
1213
- run: bundle exec danger
1314
env:
1415
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
with:
1818
ruby-version: ${{ matrix.ruby-version }}
1919
bundler-cache: true
20+
cache-version: 1
2021
- name: Install cc-test-reporter
2122
run: |
2223
curl -Lo cc-test-reporter https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64

0 commit comments

Comments
 (0)