Update e2e.yml

This commit is contained in:
zomars
2022-05-17 21:27:29 -06:00
parent c910b41043
commit 8a9b7ca78c
+1 -1
View File
@@ -98,7 +98,7 @@ jobs:
~/.cache/ms-playwright
${{ github.workspace }}/node_modules/playwright
key: cache-playwright-${{ hashFiles('**/yarn.lock') }}
- run: yarn
- run: yarn --frozen-lockfile
- name: Install playwright deps
if: steps.playwright-cache.outputs.cache-hit != 'true'
run: yarn playwright install --with-deps