7 lines
93 B
Groovy
7 lines
93 B
Groovy
stage('ui tests') {
|
|
steps {
|
|
echo 'ui tests'
|
|
sh 'npm run test:ui'
|
|
}
|
|
}
|