tests added to pipeline
esbo_ds/ESBO-ETC/pipeline/head There was a failure building this commit Details

This commit is contained in:
Lukas Klass 2020-07-21 15:40:53 +02:00
parent 8f7b50452b
commit 2827b03342
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -20,7 +20,7 @@ pipeline {
. pyenv/bin/activate
pip3 install -r requirements.txt
'''
sh 'tree tests/data'
sh 'ls -R tests/data'
sh 'pyenv/bin/python3 -m unittest discover tests'
}
}