#13 Run pytest in Jenkinsfile
Some checks failed
Amarillo/amarillo-gitea/amarillo-core/pipeline/head There was a failure building this commit

This commit is contained in:
Csaba 2024-01-11 13:59:16 +01:00
parent 45e2426b35
commit 47024773a2

4
Jenkinsfile vendored
View file

@ -28,9 +28,9 @@ pipeline {
){ ){
// TODO: wait until the API is up // TODO: wait until the API is up
c -> sh script: """ c -> sh script: """
sleep 10 sleep 15
echo Testing... echo Testing...
pytest python -m pytest
""" """
} }
} }