diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 2bbc580..b3772b5 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -29,4 +29,4 @@ jobs: - name: Wait for the service to be ready run: npx wait-on http://127.0.0.1:3000/default/ --timeout 30000 - name: Run Playwright tests - run: DEBUG=pw:api pnpm exec playwright test + run: pnpm exec playwright test