Revert "Test: try using --runInBand"

This reverts commit 4ea195d3
This commit is contained in:
Filipp Riabchun 2020-02-16 17:24:49 +01:00
parent f72f24eab3
commit 2d25247fa5

View File

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