mirror of
https://github.com/discourse/discourse.git
synced 2025-07-08 10:02:53 +00: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
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: vendor/bundle
|
path: vendor/bundle
|
||||||
key: ${{ runner.os }}-gem-${{ hashFiles('**/Gemfile.lock') }}
|
key: ${{ runner.os }}-${{ matrix.ruby }}-gem-${{ hashFiles('**/Gemfile.lock') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-gem-
|
${{ runner.os }}-${{ matrix.ruby }}-gem-
|
||||||
|
|
||||||
- name: Setup gems
|
- name: Setup gems
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user