2024-01-06 10:11:30 +00:00
|
|
|
when:
|
|
|
|
branch: main
|
2023-08-29 10:15:10 +00:00
|
|
|
|
2024-01-06 10:11:30 +00:00
|
|
|
steps:
|
2023-08-29 10:15:10 +00:00
|
|
|
pytest:
|
|
|
|
image: ghcr.io/withlogicco/poetry:1.5.1
|
|
|
|
commands:
|
|
|
|
- poetry install
|
|
|
|
- python --version && poetry --version
|
|
|
|
- echo "------------- running pytest -------------"
|
|
|
|
- poetry run pytest
|