ci: start devServer before test running to avoid tests timeout (#11297)

This commit is contained in:
Brooooooklyn
2025-03-31 10:39:34 +00:00
parent eda680ccdc
commit 47a8d15878
10 changed files with 117 additions and 73 deletions

View File

@@ -1080,7 +1080,7 @@ export const PackageList = [
{
location: 'tests/affine-local',
name: '@affine-test/affine-local',
workspaceDependencies: ['tests/kit'],
workspaceDependencies: ['tests/kit', 'tools/cli', 'tools/utils'],
},
{
location: 'tests/affine-mobile',