From c604f35df11c0dd6be96756d5a6ecfc1f51a0d5d Mon Sep 17 00:00:00 2001 From: Yifeng Wang Date: Fri, 23 Dec 2022 15:25:29 +0800 Subject: [PATCH] ci: try skip cache --- .github/workflows/temp_test.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/temp_test.yml b/.github/workflows/temp_test.yml index 22aea91694..7a1d0b8cc8 100644 --- a/.github/workflows/temp_test.yml +++ b/.github/workflows/temp_test.yml @@ -36,16 +36,16 @@ jobs: - run: node scripts/module-resolve/ci.js - - name: Restore cache - uses: actions/cache@v3 - with: - path: | - .next/cache - # Generate a new cache whenever packages or source files change. - key: ${{ runner.os }}-nextjs-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ hashFiles('**.[jt]s', '**.[jt]sx') }} - # If source files changed but packages didn't, rebuild from a prior cache. - restore-keys: | - ${{ runner.os }}-nextjs-${{ hashFiles('**/pnpm-lock.yaml') }}- + # - name: Restore cache + # uses: actions/cache@v3 + # with: + # path: | + # .next/cache + # # Generate a new cache whenever packages or source files change. + # key: ${{ runner.os }}-nextjs-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ hashFiles('**.[jt]s', '**.[jt]sx') }} + # # If source files changed but packages didn't, rebuild from a prior cache. + # restore-keys: | + # ${{ runner.os }}-nextjs-${{ hashFiles('**/pnpm-lock.yaml') }}- - name: Install dependencies run: pnpm install --no-frozen-lockfile