add back pytest to ci

This commit is contained in:
Robert Kaussow 2023-08-24 23:53:26 +02:00
parent f0b927edd2
commit 4f6b8880c4
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ steps:
commands:
- pip install poetry poetry-dynamic-versioning -qq
- poetry install
- poetry run pytest --cov-append
- poetry version
- poetry run ${CI_REPO_NAME} --help
environment: