Pipeline now tests the installed command
All checks were successful
ydeng/bmlsa/pipeline/head This commit looks good

This commit is contained in:
Harrison Deng 2023-04-22 16:20:12 -05:00
parent 1d0da9a675
commit b9f4c74168

1
Jenkinsfile vendored
View File

@ -20,6 +20,7 @@ pipeline {
stage("test") {
steps {
sh "pip install dist/*.whl"
sh "bmlsa -h"
}
}
stage("publish") {