Skip to content

Commit a525cef

Browse files
committed
Fix: Remove --runInBand from npm test command
1 parent c268b0b commit a525cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pipeline {
2828
steps {
2929
script {
3030
sh 'echo "Testing..."'
31-
sh 'NODE_OPTIONS="--max-old-space-size=4096" npm test --verbose -- --maxWorkers=2 --runInBand'
31+
sh 'NODE_OPTIONS="--max-old-space-size=4096" npm test --verbose --maxWorkers=2'
3232
}
3333
post {
3434
always {

0 commit comments

Comments
 (0)