master #2538

Merged
juan merged 9 commits from master into test 2024-06-04 21:05:28 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3b4cbe9e6c - Show all commits

2
Jenkinsfile vendored
View File

@ -102,7 +102,7 @@ pipeline {
NODE_ENV = '' NODE_ENV = ''
} }
steps { steps {
sh 'node back/tests.js --ci --junit --network jenkins' sh 'node back/tests.js --junit'
} }
post { post {
always { always {