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

This commit is contained in:
2023-04-22 16:33:07 -05:00
parent 6e6d7a6c43
commit a6871214a4
4 changed files with 3 additions and 2 deletions

1
Jenkinsfile vendored
View File

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