From 148b15bf3be48f44dae400c351a39d4ce123cda1 Mon Sep 17 00:00:00 2001 From: Gregor Vostrak Date: Tue, 23 Jan 2024 15:27:56 +0100 Subject: [PATCH] change playwright github action to only 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 dd4715a0..96b8bf63 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -50,7 +50,7 @@ jobs: run: npx playwright install --with-deps - name: Run Playwright tests - run: npx playwright test --workers 4 + run: npx playwright test env: PLAYWRIGHT_BASE_URL: '127.0.0.1:8000'