Renamed test stage.

This commit is contained in:
Harrison Deng 2022-04-18 16:13:23 -05:00
parent 70a0070396
commit 4501a9b222

2
Jenkinsfile vendored
View File

@ -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"