treetrail-backend/.woodpecker/test.yaml
phil 87e7554910
Some checks failed
ci/woodpecker/push/test Pipeline failed
CI: run db service for test
2025-06-28 00:36:48 +02:00

26 lines
491 B
YAML

when:
- event: push
branch: main
- event: manual
- event: tag
steps:
sync:
image: code.philo.ydns.eu/philorg/uv-geo
pull: true
volumes:
- uv-cache:/uv-cache
environment:
UV_CACHE_DIR: /uv-cache
UV_LINK_MODE: copy
commands:
- uv sync
test:
image: code.philo.ydns.eu/philorg/uv-geo
commands:
- .venv/bin/pytest -s tests/basic.py
services:
treetrail-database:
image: code.philo.ydns.eu/philorg/treetrail-database