mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add cache third party for ut (#19994)
Signed-off-by: Jenny Li <jing.li@zilliz.com> Signed-off-by: Jenny Li <jing.li@zilliz.com>pull/19999/head
parent
c1da81866a
commit
3a40ce8028
|
@ -58,6 +58,12 @@ jobs:
|
||||||
path: .docker/amd64-ubuntu${{ matrix.ubuntu }}-ccache
|
path: .docker/amd64-ubuntu${{ matrix.ubuntu }}-ccache
|
||||||
key: ubuntu${{ matrix.ubuntu }}-ccache-${{ env.corehash }}
|
key: ubuntu${{ matrix.ubuntu }}-ccache-${{ env.corehash }}
|
||||||
restore-keys: ubuntu${{ matrix.ubuntu }}-ccache-
|
restore-keys: ubuntu${{ matrix.ubuntu }}-ccache-
|
||||||
|
- name: Cache Third Party
|
||||||
|
uses: actions/cache@v3
|
||||||
|
with:
|
||||||
|
path: .docker/thirdparty
|
||||||
|
key: ubuntu${{ matrix.ubuntu }}-thirdparty-${{ hashFiles('internal/core/thirdparty/**') }}
|
||||||
|
restore-keys: ubuntu${{ matrix.ubuntu }}-thirdparty-
|
||||||
- name: Cache Go Mod Volumes
|
- name: Cache Go Mod Volumes
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue