removing line from azure-pipelines
This commit is contained in:
Родитель
e939a63ec0
Коммит
5ca584afff
|
@ -11,5 +11,4 @@ steps:
|
|||
- script: docker run --rm "$(DOCKER_IMAGE_NAME)"
|
||||
displayName: Test with pytest
|
||||
- script: docker push "$(DOCKER_IMAGE_NAME)"
|
||||
displayName: Publish Docker Image
|
||||
docker run -i -v junit:/usr/src "$DOCKER_IMAGE" /bin/bash -c "pytest app/tests --doctest-modules --junitxml=junit/test-results.xml --cov --cov-report=xml --cov-report=html"
|
||||
displayName: Publish Docker Image
|
Загрузка…
Ссылка в новой задаче