ci: run javascript unit tests on Jenkins (#75133)
gitea/gadjo/pipeline/head There was a failure building this commit Details

This commit is contained in:
Corentin Sechet 2023-03-04 18:40:54 +01:00
parent 820b7f8792
commit 0808a9afee
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -7,6 +7,8 @@ pipeline {
stage('Unit Tests') {
steps {
sh 'tox -rv'
sh 'npm clean-install'
sh 'npm test'
}
post {
always {