chore: improve ci build speed (#2953)

This commit is contained in:
Alex Yang
2023-07-01 18:47:26 +08:00
committed by GitHub
parent ed829dd43b
commit 6af454ceed
9 changed files with 102 additions and 58 deletions
-11
View File
@@ -52,17 +52,6 @@ const config: PlaywrightTestConfig = {
ENABLE_DEBUG_PAGE: '1',
},
},
{
// Intentionally not building the storybook, reminds you to run it by yourself.
command: 'yarn run start:storybook',
port: 6006,
timeout: 120 * 1000,
reuseExistingServer: !process.env.CI,
env: {
COVERAGE: process.env.COVERAGE || 'false',
ENABLE_DEBUG_PAGE: '1',
},
},
// Intentionally not building the web, reminds you to run it by yourself.
{
command: 'yarn run start:web-static',