Skip to content

Commit 5c221db

Browse files
VIA-474 AS Updated the wrong value....
1 parent d531a2d commit 5c221db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default defineConfig({
3030
/* Retry on CI only */
3131
retries: 0,
3232
/* Opt out of parallel tests on CI. */
33-
workers: process.env.CI ? 3 : "50%",
33+
workers: process.env.CI ? "50%" : 3,
3434
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
3535
reporter: process.env.CI
3636
? [

0 commit comments

Comments
 (0)