add back pytest to ci

This commit is contained in:
Robert Kaussow 2023-08-24 23:51:54 +02:00
parent c7faac94e4
commit 8be6b5b824
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: