From c629b103b76a4cc45558b2428c14d583b1a971a9 Mon Sep 17 00:00:00 2001 From: Gregor Vostrak Date: Tue, 23 Jan 2024 16:54:51 +0100 Subject: [PATCH] change back to one worker --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index dd3b491d..4876359f 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 --workers 2 + run: npx playwright test env: PLAYWRIGHT_BASE_URL: 'http://127.0.0.1:8000'