jenkins-scripts/unit/Jenkinsfile
2020-03-03 09:20:32 +03:00

4 lines
72 B
Groovy

stage('unit tests') {
echo 'runing tests...'
sh 'npm run test'
}