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