karma removed from integration tests
gitea/salix/dev This commit looks good Details

This commit is contained in:
Carlos Jimenez Ruiz 2019-09-23 14:02:30 +02:00
parent a48b3b31b7
commit 12ece820ee
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -71,7 +71,7 @@ pipeline {
}
steps {
nodejs('node-lts') {
sh 'karma start --junit'
// sh 'karma start --junit'
sh 'gulp backTestDockerOnce --junit --random --run-chown'
}
}