Run pytest inside poetry venv
This commit is contained in:
parent
cfebcb87c3
commit
f4b9e670d6
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue