mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 08:57:10 -06:00
DEV: Key bundler CI cache on Ruby version (#19868)
This commit is contained in:
parent
8e7e6e14c7
commit
076b3a6514
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -73,9 +73,9 @@ jobs:
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: vendor/bundle
|
||||
key: ${{ runner.os }}-gem-${{ hashFiles('**/Gemfile.lock') }}
|
||||
key: ${{ runner.os }}-${{ matrix.ruby }}-gem-${{ hashFiles('**/Gemfile.lock') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-gem-
|
||||
${{ runner.os }}-${{ matrix.ruby }}-gem-
|
||||
|
||||
- name: Setup gems
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user