grammar-inference-engine/.woodpecker.yml
tobjend 416527c209
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
add Woodpecker CI: run tests on push/pull/manual
2026-07-01 13:15:53 +02:00

9 lines
183 B
YAML

when:
- event: [push, pull_request, manual]
steps:
test:
image: python:3.11-slim
commands:
- pip install --no-cache-dir . pytest
- python -m pytest tests/ -v