treetrail-backend/.woodpecker/test.yaml

22 lines
386 B
YAML
Raw Normal View History

2025-06-27 18:06:27 +02:00
when:
- event: push
branch: main
- event: manual
- event: tag
steps:
sync:
2025-06-27 19:16:06 +02:00
image: code.philo.ydns.eu/philorg/uv-geo
2025-06-27 18:06:27 +02:00
volumes:
- uv-cache:/uv-cache
environment:
UV_CACHE_DIR: /uv-cache
UV_LINK_MODE: copy
commands:
- uv sync
test:
2025-06-27 19:16:49 +02:00
image: code.philo.ydns.eu/philorg/uv-geo
2025-06-27 18:06:27 +02:00
commands:
- .venv/bin/pytest -s tests/basic.py