We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c268b0b commit a525cefCopy full SHA for a525cef
Jenkinsfile
@@ -28,7 +28,7 @@ pipeline {
28
steps {
29
script {
30
sh 'echo "Testing..."'
31
- sh 'NODE_OPTIONS="--max-old-space-size=4096" npm test --verbose -- --maxWorkers=2 --runInBand'
+ sh 'NODE_OPTIONS="--max-old-space-size=4096" npm test --verbose --maxWorkers=2'
32
}
33
post {
34
always {
0 commit comments