e2e fixes

This commit is contained in:
zomars
2022-02-10 11:51:25 -07:00
committed by Omar López
parent c711c80b8d
commit 5d6f94fce7
4 changed files with 8 additions and 1 deletions

View File

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