2023-10-17 20:09:54 +00:00
|
|
|
branches: main
|
2023-08-29 10:15:10 +00:00
|
|
|
|
|
|
|
pipeline:
|
|
|
|
pytest:
|
|
|
|
image: ghcr.io/withlogicco/poetry:1.5.1
|
|
|
|
commands:
|
|
|
|
- poetry install
|
|
|
|
- python --version && poetry --version
|
|
|
|
- echo "------------- running pytest -------------"
|
|
|
|
- poetry run pytest
|