From 3a40ce802875b9b3da93602f8968ac436ef5d09f Mon Sep 17 00:00:00 2001 From: Jenny Li Date: Sun, 23 Oct 2022 08:45:28 +0800 Subject: [PATCH] [skip e2e] Add cache third party for ut (#19994) Signed-off-by: Jenny Li Signed-off-by: Jenny Li --- .github/workflows/main.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 5144a4b4f5..7ea48e8226 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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: