repair cache key
This commit is contained in:
parent
603c607d58
commit
c0dc5cae68
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -216,7 +216,7 @@ jobs:
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
path: /tmp/parallel_runtime_rspec.log
|
||||
key: ${{ runner.os }}-parallel_runtime_rspec-${{ hashFiles('**/parallel_runtime_rspec.log') }}
|
||||
key: ${{ runner.os }}-parallel_runtime_rspec.log
|
||||
restore-keys: ${{ runner.os }}-parallel_runtime_rspec.log
|
||||
|
||||
test-default-formula-linux:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user