diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 4876359f..dd3b491d 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -63,7 +63,7 @@ jobs: if: steps.playwright-cache.outputs.cache-hit != 'true' - name: Run Playwright tests - run: npx playwright test + run: npx playwright test --workers 2 env: PLAYWRIGHT_BASE_URL: 'http://127.0.0.1:8000'