10 lines
246 B
YAML
10 lines
246 B
YAML
branches: main
|
|
|
|
pipeline:
|
|
pytest:
|
|
image: ghcr.io/withlogicco/poetry:1.5.1
|
|
commands:
|
|
- poetry install
|
|
- python --version && poetry --version
|
|
- echo "------------- running pytest -------------"
|
|
- poetry run pytest
|