Added step to test if command is runnable
All checks were successful
ydeng/csvbyname/pipeline/head This commit looks good

This commit is contained in:
Harrison Deng 2023-04-21 15:53:07 -05:00
parent adf734f3c1
commit ded60aa742

1
Jenkinsfile vendored
View File

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