Fixed 'Jenkinsfile'
All checks were successful
ydeng/splitmsa/pipeline/head This commit looks good

This commit is contained in:
Harrison Deng 2023-04-24 09:32:25 -05:00
parent df132814c8
commit ad8fe00479

2
Jenkinsfile vendored
View File

@ -15,12 +15,12 @@ pipeline {
stage("build") { stage("build") {
steps { steps {
sh "python -m build" sh "python -m build"
sh "splitmsa -h"
} }
} }
stage("test") { stage("test") {
steps { steps {
sh "pip install dist/*.whl" sh "pip install dist/*.whl"
sh "splitmsa -h"
} }
} }
stage("publish") { stage("publish") {