add test stage to Jenkins (#85)
This commit is contained in:
parent
cf6b8ebd51
commit
73d649f519
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -38,6 +38,12 @@ pipeline {
|
||||
}
|
||||
}
|
||||
|
||||
stage('test') {
|
||||
steps {
|
||||
sh 'npm run test'
|
||||
}
|
||||
}
|
||||
|
||||
stage('build') {
|
||||
steps {
|
||||
sh 'npm run build'
|
||||
|
Loading…
Reference in New Issue
Block a user