mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
fix: using cache
This commit is contained in:
parent
7d42eee177
commit
ee8ae4fb13
1 changed files with 1 additions and 1 deletions
2
.github/workflows/playwright-example.yml
vendored
2
.github/workflows/playwright-example.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
with:
|
||||
path: ${{ steps.yarn_cache.outputs.dir }}
|
||||
key: ${{ matrix.os }}-${{ hashFiles('**/yarn.lock') }}
|
||||
restore-keys: yarn-
|
||||
restore-keys: ${{ matrix.os }}-
|
||||
- run: yarn
|
||||
working-directory: ./playwright
|
||||
- if: startsWith(matrix.os, 'ubuntu-')
|
||||
|
|
Loading…
Add table
Reference in a new issue