This commit is contained in:
Chocobozzz
2026-07-13 16:03:11 +02:00
parent 6dd9f44b3b
commit 4f1168f729
2 changed files with 5 additions and 1 deletions
+3
View File
@@ -159,4 +159,7 @@ elif [ "$1" = "transcription" ]; then
transcriptionDevToolsFiles=$(findTestFiles ./packages/tests/dist/transcription-devtools)
MOCHA_PARALLEL=true runJSTest "$1" $((3*$speedFactor)) $transcriptionFiles $transcriptionDevToolsFiles
else
echo "Unknown suite: $1"
exit 1
fi
+2 -1
View File
@@ -2,7 +2,7 @@
set -eu
npm run ci -- types
npm run ci -- types-package
npm run ci -- client
npm run ci -- cli-plugin
npm run ci -- api-1
@@ -11,5 +11,6 @@ npm run ci -- api-3
npm run ci -- api-4
npm run ci -- api-5
npm run ci -- external-plugins
npm run ci -- transcription
npm run ci -- lint