Added another post-installation test step

This commit is contained in:
Harrison Deng 2023-04-28 11:32:17 -05:00
parent c34b219306
commit 11d5590355

1
Jenkinsfile vendored
View File

@ -27,6 +27,7 @@ pipeline {
steps { steps {
sh "pip install dist/*.whl --force-reinstall" sh "pip install dist/*.whl --force-reinstall"
sh "bmlsa -h" sh "bmlsa -h"
sh "bmlsa -I id -S sequence -B BLASTp tests/resources/SARS_CoV-2_genes.csv tests/resources/NC_045512_coding.fasta /output/"
} }
} }
stage("archive") { stage("archive") {