Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 61d405d

Browse files
committed
chore(ci): run server in sequential tests
1 parent d4be6b1 commit 61d405d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"chore:update-build-info": "tsx ./scripts/update-build-info.ts",
2121
"chore:update-version": "tsx ./scripts/update-version.ts",
2222
"test:all": "pnpm test:parallel && pnpm test:sequential",
23-
"test:parallel": "pnpm nx run-many -t test --all --exclude=ckeditor5-mermaid,ckeditor5-math --parallel",
24-
"test:sequential": "pnpm nx run-many -t test --projects=ckeditor5-mermaid,ckeditor5-math --parallel=1",
23+
"test:parallel": "pnpm nx run-many -t test --all --exclude=server,ckeditor5-mermaid,ckeditor5-math --parallel",
24+
"test:sequential": "pnpm nx run-many -t test --projects=server,ckeditor5-mermaid,ckeditor5-math --parallel=1",
2525
"coverage": "pnpm nx run-many -t coverage"
2626
},
2727
"private": true,

0 commit comments

Comments
 (0)