jenkins-scripts/tests/ui/Jenkinsfile

5 lines
67 B
Plaintext
Raw Normal View History

2020-03-02 22:35:26 +03:00
stage('ui tests') {
2020-03-02 22:47:41 +03:00
echo 'ui tests'
sh 'npm run test:ui'
2020-03-02 22:35:26 +03:00
}