E2E fix attempt (#1845)

* E2E fix attemp

* Moves playwright config to root

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Omar López
2022-02-14 15:23:33 -07:00
committed by GitHub
parent 2f892a9ec5
commit 79f9bf6d5e
3 changed files with 9 additions and 9 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 -c apps/web/playwright.config.ts
- run: yarn test-playwright
- name: Upload videos
if: ${{ always() }}