Skip to content

Commit

Permalink
invalidate github ci cache
Browse files Browse the repository at this point in the history
  • Loading branch information
swiknaba committed Jul 17, 2023
1 parent 9bb931f commit ac1facd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/cache@v3
with:
path: vendor/bundle
key: ${{ runner.os }}-${{ matrix.ruby }}-${{ matrix.redis-version }}-gems-${{ hashFiles('**/Gemfile.lock') }}
key: ${{ runner.os }}-${{ matrix.ruby }}-${{ matrix.redis-version }}-gems-${{ hashFiles('**/Gemfile.lock') }}-v2
restore-keys: |
${{ runner.os }}-gems-
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- uses: actions/cache@v3
with:
path: vendor/bundle
key: ${{ runner.os }}-3.2-gems-${{ hashFiles('**/Gemfile.lock') }}
key: ${{ runner.os }}-3.2-gems-${{ hashFiles('**/Gemfile.lock') }}-v2
restore-keys: |
${{ runner.os }}-gems-
Expand All @@ -71,4 +71,4 @@ jobs:
bundle install -j $(getconf _NPROCESSORS_ONLN) --retry 3
- name: Run Rubocop
run: bundle exec rubocop --ignore-unrecognized-cops
run: bundle exec rubocop --parallel

0 comments on commit ac1facd

Please sign in to comment.