grammar-inference-engine/.woodpecker.yml
tobjend dcfd8b054e
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
remove pull:true (image cached now)
2026-07-01 13:23:29 +02:00

10 lines
202 B
YAML

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