Run pytest inside poetry venv

environments/review-docs-overh-oprtmo/deployments/9189
Georg Krause 2022-01-09 20:44:46 +01:00
rodzic cfebcb87c3
commit f4b9e670d6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -159,7 +159,7 @@ eslint:
- cd api - cd api
- poetry install --no-root - poetry install --no-root
script: script:
- pytest --cov-report xml --cov-report term-missing:skip-covered --cov=funkwhale_api --junitxml=report.xml tests/ - poetry run pytest --cov-report xml --cov-report term-missing:skip-covered --cov=funkwhale_api --junitxml=report.xml tests/
tags: tags:
- docker - docker
artifacts: artifacts: