Added step to test installation
All checks were successful
ydeng/renamebycsv/pipeline/head This commit looks good

This commit is contained in:
Harrison Deng 2023-04-22 16:37:03 -05:00
parent 64204b561d
commit 286ca0b5a5
3 changed files with 2 additions and 1 deletions

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 "renamebycsv -h"
} }
} }
stage("archive") { stage("archive") {

View File

@ -7,4 +7,4 @@ packages = renamebycsv
[options.entry_points] [options.entry_points]
console_scripts = console_scripts =
renamebycsv = renamebycsv.renamebycsv:main renamebycsv = renamebycsv.cli:main