Files
2020-03-04 22:44:05 +03:00

4 lines
72 B
Groovy

stage('unit tests') {
echo 'runing tests...'
sh 'npm run test'
}