[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
Jenny Li 2022-10-23 08:45:28 +08:00 committed by GitHub
parent c1da81866a
commit 3a40ce8028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -58,6 +58,12 @@ jobs:
path: .docker/amd64-ubuntu${{ matrix.ubuntu }}-ccache
key: ubuntu${{ matrix.ubuntu }}-ccache-${{ env.corehash }}
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
uses: actions/cache@v3
with: