tests added to pipeline
Some checks failed
esbo_ds/ESBO-ETC/pipeline/head There was a failure building this commit
Some checks failed
esbo_ds/ESBO-ETC/pipeline/head There was a failure building this commit
This commit is contained in:
parent
d21712897c
commit
fd4ade05f2
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -21,9 +21,7 @@ pipeline {
|
||||
pip3 install -r requirements.txt
|
||||
'''
|
||||
sh '''
|
||||
export PYTHONPATH=`pwd`
|
||||
cd tests
|
||||
../pyenv/bin/python3 -m unittest discover .
|
||||
export PYTHONPATH=`pwd`; cd tests; ../pyenv/bin/python3 -m unittest discover .
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user