Added CLI test in 'Jenkinsfile'
All checks were successful
ydeng/modvcfsamples/pipeline/head This commit looks good

This commit is contained in:
Harrison Deng 2023-06-27 14:19:06 +00:00
parent 8cd09bfb41
commit 4d757e8a8d

2
Jenkinsfile vendored
View File

@ -23,7 +23,7 @@ pipeline {
stage("test installation") { stage("test installation") {
steps { steps {
sh "pip install dist/*.whl" sh "pip install dist/*.whl"
// TODO Test installation by sample run sh 'modvcfsamples ./tests/resources/test_files_shortened_haploid.vcf expected_out -n "GT" -g "4"'
} }
} }
stage("archive") { stage("archive") {