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 {
|
||||
nodejs('NodeJS (17.4.0)') {
|
||||
sh "npm run test:junit"
|
||||
|
Loading…
Reference in New Issue
Block a user