🌐 AI搜索 & 代理 主页
Skip to content

Commit 34e76fc

Browse files
committed
Update test.yml
1 parent d9116b2 commit 34e76fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
uses: actions/cache@v2
3838
with:
3939
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
40-
key: ${{ runner.os }}-node-v${{ matrix.node }}-${{ hashFiles('yarn.lock') }}
40+
key: ${{ runner.os }}-node-v${{ matrix.node }}-yarn-${{ hashFiles('**/yarn.lock') }}
4141
restore-keys: |
42-
${{ runner.os }}-node-v${{ matrix.node }}-${{ hashFiles('yarn.lock') }}
42+
${{ runner.os }}-node-v${{ matrix.node }}-yarn-
4343
${{ runner.OS }}-node-v${{ matrix.node }}-
4444
${{ runner.OS }}-
4545

0 commit comments

Comments
 (0)