Update e2e.yml

This commit is contained in:
zomars 2022-05-17 22:23:29 -06:00
parent faa2805ccc
commit 86a4037088

View File

@ -76,6 +76,7 @@ jobs:
~/.cache/ms-playwright
${{ github.workspace }}/node_modules/playwright
key: cache-playwright-${{ hashFiles('**/yarn.lock') }}
restore-keys: cache-playwright-
- run: yarn --frozen-lockfile
- name: Install playwright deps
if: steps.playwright-cache.outputs.cache-hit != 'true'