Skip to content

Commit f962097

Browse files
Potential fix for code scanning alert no. 608: Duplicate property
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 3de9c9f commit f962097

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

federated-css/playwright.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export default defineConfig({
88
expect: {
99
timeout: 30_000,
1010
},
11-
workers: process.env.CI ? 1 : undefined,
1211
fullyParallel: true,
1312
forbidOnly: !!process.env.CI,
1413
retries: process.env.CI ? 1 : 0,

0 commit comments

Comments
 (0)