papis-bbt-formatter/.woodpecker/test.yml
2023-09-12 11:00:19 +02:00

11 lines
248 B
YAML

branches: master
pipeline:
pytest:
image: ghcr.io/withlogicco/poetry:1.5.1
commands:
- poetry install
- python --version && poetry --version
- echo "------------- running pytest -------------"
- poetry run pytest