treetrail-backend/.woodpecker/test.yaml
phil 471a25e19d
Some checks failed
ci/woodpecker/push/test Pipeline failed
CI: fix issue for pyproj on Alpine
2025-06-27 19:16:49 +02:00

21 lines
386 B
YAML

when:
- event: push
branch: main
- event: manual
- event: tag
steps:
sync:
image: code.philo.ydns.eu/philorg/uv-geo
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