e2e fixes

This commit is contained in:
zomars 2022-02-10 11:43:42 -07:00 committed by Omar López
parent e0e745f1ca
commit c711c80b8d

View File

@ -87,8 +87,7 @@ jobs:
- name: Install playwright deps
if: steps.playwright-cache.outputs.cache-hit != 'true'
run: yarn playwright install --with-deps
- run: yarn test-playwright
- run: yarn playwright test
- name: Upload videos
if: ${{ always() }}