diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 0463cd9c66..367f30150a 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() }}