diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 5190c4d..b1509e6 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -23,7 +23,7 @@ jobs: - name: Install Playwright Browsers run: pnpm exec playwright install --with-deps - name: Run Playwright tests - run: pnpm exec playwright test + run: pnpm run test:e2e - uses: actions/upload-artifact@v3 if: always() with: