ci(Jenkinsfile): refs #7442 Remove ci from back tests
This commit is contained in:
parent
3a68cfef77
commit
3b4cbe9e6c
|
@ -102,7 +102,7 @@ pipeline {
|
|||
NODE_ENV = ''
|
||||
}
|
||||
steps {
|
||||
sh 'node back/tests.js --ci --junit --network jenkins'
|
||||
sh 'node back/tests.js --junit'
|
||||
}
|
||||
post {
|
||||
always {
|
||||
|
|
Loading…
Reference in New Issue