mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 18:26:05 +08:00
Revert "feat: copilot frontend e2e (#7694)"
This reverts commit d71852789f.
This commit is contained in:
@@ -22,7 +22,7 @@ const config: PlaywrightTestConfig = {
|
||||
video: 'on',
|
||||
},
|
||||
forbidOnly: !!process.env.CI,
|
||||
workers: process.env.CI && !process.env.COPILOT ? 1 : 4,
|
||||
workers: process.env.CI ? 1 : 4,
|
||||
retries: 1,
|
||||
reporter: process.env.CI ? 'github' : 'list',
|
||||
webServer: [
|
||||
|
||||
Reference in New Issue
Block a user