1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 22:08:02 +00:00

fix: using cache

This commit is contained in:
Nebel 2020-07-27 21:27:48 +09:00
parent 7d42eee177
commit ee8ae4fb13

View file

@ -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-')