jenkins-scripts/ui/Jenkinsfile
2020-03-02 22:35:26 +03:00

7 lines
93 B
Groovy

stage('ui tests') {
steps {
echo 'ui tests'
sh 'npm run test:ui'
}
}