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

Commit f43da5d

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ 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 }}-yarn-${{ hashFiles('**/yarn.lock') }}
40+
key: ${{ matrix.os }}-node-v${{ matrix.node }}-yarn-${{ hashFiles('**/yarn.lock') }}
4141
restore-keys: |
42-
${{ runner.os }}-node-v${{ matrix.node }}-yarn-
43-
${{ runner.OS }}-node-v${{ matrix.node }}-
44-
${{ runner.OS }}-
42+
${{ matrix.os }}-node-v${{ matrix.node }}-yarn-
43+
${{ matrix.os }}-node-v${{ matrix.node }}-
44+
${{ matrix.os }}-
4545
4646
- name: Install dependencies
4747
run: yarn install --check-files --frozen-lockfile --non-interactive

0 commit comments

Comments
 (0)