grammar-inference-engine/.woodpecker.yml
tobjend 79c6a0734c
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
force pull of dervish-ci:latest
2026-07-01 13:22:39 +02:00

11 lines
217 B
YAML

when:
- event: [push, pull_request, manual]
steps:
test:
image: forgejo.corentic.eu/tobi/dervish-ci:latest
pull: true
environment:
PYTHONPATH: .
commands:
- python -m pytest tests/ -v