papis-bbt-formatter/.woodpecker/test.yml

11 lines
248 B
YAML
Raw Normal View History

2023-09-12 09:00:19 +00:00
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