Renamed test stage.
This commit is contained in:
parent
70a0070396
commit
4501a9b222
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -15,7 +15,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("test") {
|
stage("tests") {
|
||||||
steps {
|
steps {
|
||||||
nodejs('NodeJS (17.4.0)') {
|
nodejs('NodeJS (17.4.0)') {
|
||||||
sh "npm run test:junit"
|
sh "npm run test:junit"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user