Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit 25ab9e4

Browse files
Revert "Use multiple workers in Playwright CI to make use of multiple cores (…" (matrix-org#12827)
This reverts commit 08ee1b8.
1 parent c1420ba commit 25ab9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default defineConfig({
3737
},
3838
testDir: "playwright/e2e",
3939
outputDir: "playwright/test-results",
40-
workers: process.env.CI ? "50%" : 1,
40+
workers: 1,
4141
retries: process.env.CI ? 2 : 0,
4242
reporter: process.env.CI ? [["blob"], ["github"]] : [["html", { outputFolder: "playwright/html-report" }]],
4343
snapshotDir: "playwright/snapshots",

0 commit comments

Comments
 (0)