papis-extract/.woodpecker/test.yml
Marty Oehme 1ef9a91e55
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/static_analysis Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
test: Remove deprecated pipeline instruction
2024-01-06 11:15:51 +01:00

12 lines
249 B
YAML

when:
branch: main
steps:
pytest:
image: ghcr.io/withlogicco/poetry:1.5.1
commands:
- poetry install
- python --version && poetry --version
- echo "------------- running pytest -------------"
- poetry run pytest