jenkins-scripts/tests/unit/Jenkinsfile

4 lines
72 B
Plaintext
Raw Normal View History

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