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