ci: fall back for unsupported Playwright deps install

This commit is contained in:
Jeppe B
2026-06-10 00:52:14 +02:00
parent eb4eee1aef
commit 2fe50729a5
12 changed files with 117 additions and 84 deletions
-3
View File
@@ -40,9 +40,6 @@ export default defineConfig({
testIgnore: ["**/release/**"],
snapshotPathTemplate: "{snapshotDir}/{testFileDir}/{testFileName}-snapshots/{arg}{-projectName}-win32{ext}",
timeout: 60_000,
expect: {
timeout: 15_000,
},
fullyParallel: true,
forbidOnly: isCI,
retries: isCI ? 2 : 0,