From c711c80b8d4521ab37d639e08100e8eb301930fa Mon Sep 17 00:00:00 2001 From: zomars Date: Thu, 10 Feb 2022 11:43:42 -0700 Subject: [PATCH] e2e fixes --- .github/workflows/e2e.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 0463cd9c..367f3015 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -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() }}