Files
2020-03-04 22:44:05 +03:00

5 lines
67 B
Groovy

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