#13 Run pytest in Jenkinsfile
Some checks failed
Amarillo/amarillo-gitea/amarillo-core/pipeline/head There was a failure building this commit
Some checks failed
Amarillo/amarillo-gitea/amarillo-core/pipeline/head There was a failure building this commit
This commit is contained in:
parent
45e2426b35
commit
47024773a2
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
|
@ -28,9 +28,9 @@ pipeline {
|
|||
){
|
||||
// TODO: wait until the API is up
|
||||
c -> sh script: """
|
||||
sleep 10
|
||||
sleep 15
|
||||
echo Testing...
|
||||
pytest
|
||||
python -m pytest
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue