ci(Jenkinsfile): refs #7442 Remove ci from back tests
gitea/salix/pipeline/pr-test There was a failure building this commit Details
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2024-06-04 22:59:33 +02:00
parent 3a68cfef77
commit 3b4cbe9e6c
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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 {