Corrected Jenkins Pipeline.
Some checks failed
MoreThanText/morethantext/pipeline/head There was a failure building this commit

This commit is contained in:
Jeff Baskin 2024-07-30 20:04:01 -04:00
parent eb5c3f49ab
commit d4ce2ab03b

2
Jenkinsfile vendored
View File

@ -15,7 +15,7 @@ pipeline {
stage('Integration Testing') { stage('Integration Testing') {
steps { steps {
sh "pipenv install" sh "pipenv install"
sh "pipenv run pytest" sh "pipenv run python -m unittest"
} }
} }
stage('Archiving') { stage('Archiving') {