[skip e2e]Use absolute path for hashFiles (#15894) (#15935)

Related with issue https://github.com/actions/cache/issues/753

Signed-off-by: Jenny Li <jing.li@zilliz.com>
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>

Co-authored-by: Jenny Li <jing.li@zilliz.com>
pull/15932/head
congqixia 2022-03-08 17:57:58 +08:00 committed by GitHub
parent 2f2943c6a0
commit 77ac23aeb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ jobs:
uses: actions/cache@v1
with:
path: .docker/amd64-ubuntu${{ matrix.ubuntu }}-ccache
key: ubuntu${{ matrix.ubuntu }}-ccache-${{ hashFiles('internal/core/**') }}
key: ubuntu${{ matrix.ubuntu }}-ccache-${{ hashFiles('/internal/core/**') }}
restore-keys: ubuntu${{ matrix.ubuntu }}-ccache-
- name: Cache Go Mod Volumes
uses: actions/cache@v1