8000 Update test.yml · bootstrap-vue/bootstrap-vue@34e76fc · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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)
0