diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index f419958..4b71f5a 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -27,4 +27,4 @@ jobs: - name: Run the service that will be tested run: pnpm run start & - name: Run Playwright tests - run: pnpm exec playwright test + run: DEBUG=pw:api pnpm exec playwright test