Test: try using --runInBand

This commit is contained in:
Filipp Riabchun 2020-02-16 02:33:24 +01:00
parent 42cc43299c
commit 4ea195d388

View File

@ -612,7 +612,7 @@ object Test : BuildType({
set -e -x
yarn install
yarn test --coverage --w2 --core
yarn test --coverage --runInBand --core
""".trimIndent()
dockerImage = "node:lts"
dockerImagePlatform = ScriptBuildStep.ImagePlatform.Linux