Run tests for all web app packages in CI (#22579)

* Run tests for all web app packages in CI

* Test specific packages instead of all of them

* Revert back to using test-ci scripts and rely on Jest to count the number of CPU cores

* Revert more changes made to the web app CI tests

* Fix path to client package tests
Этот коммит содержится в:
Harrison Healey
2023-03-23 14:23:56 -04:00
коммит произвёл GitHub
родитель 56b18ca7bf
Коммит 9b5afb1b5f
6 изменённых файлов: 29 добавлений и 9 удалений

Просмотреть файл

@@ -39,6 +39,7 @@
"build": "tsc --build --verbose",
"run": "tsc --watch --preserveWatchOutput",
"test": "jest",
"test-ci": "jest --ci --forceExit --detectOpenHandles --maxWorkers=100%",
"clean": "rm -rf lib node_modules tsconfig.tsbuildinfo"
}
}