mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-06 20:29:12 -05:00
chore(ci): run some tests sequentially
This commit is contained in:
+3
-1
@@ -19,7 +19,9 @@
|
||||
"chore:generate-openapi": "tsx ./scripts/generate-openapi.ts",
|
||||
"chore:update-build-info": "tsx ./scripts/update-build-info.ts",
|
||||
"chore:update-version": "tsx ./scripts/update-version.ts",
|
||||
"test": "pnpm nx run-many -t test",
|
||||
"test": "pnpm test:parallel && pnpm test:sequential",
|
||||
"test:parallel": "pnpm nx run-many -t test --all --exclude=ckeditor5-mermaid,ckeditor5-math --parallel",
|
||||
"test:sequential": "pnpm nx run-many -t test --projects=ckeditor5-mermaid,ckeditor5-math --parallel=1",
|
||||
"coverage": "pnpm nx run-many -t coverage"
|
||||
},
|
||||
"private": true,
|
||||
|
||||
Reference in New Issue
Block a user