grammar-inference-engine/.woodpecker.yml

12 lines
217 B
YAML
Raw Normal View History

when:
- event: [push, pull_request, manual]
steps:
test:
image: forgejo.corentic.eu/tobi/dervish-ci:latest
2026-07-01 13:22:39 +02:00
pull: true
environment:
PYTHONPATH: .
commands:
- python -m pytest tests/ -v