5 lines
67 B
Groovy
5 lines
67 B
Groovy
stage('ui tests') {
|
|
echo 'ui tests'
|
|
sh 'npm run test:ui'
|
|
}
|