add pytest to pipeline
This commit is contained in:
@@ -7,4 +7,5 @@ steps:
|
||||
image: python:3.11-buster
|
||||
commands:
|
||||
- pip install .
|
||||
- pip install pytest
|
||||
- pytest -v -log_cli=True --log-cli-level=INFO tests
|
||||
Reference in New Issue
Block a user