CI: add redis service for test
Some checks failed
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/tag/test Pipeline was successful
ci/woodpecker/tag/build Pipeline was successful
/ test (push) Has been cancelled
/ build (push) Has been cancelled

This commit is contained in:
phil 2025-06-28 13:36:43 +02:00
parent 1b25f8243e
commit c2ba8c6db5

View file

@ -20,6 +20,7 @@ steps:
image: code.philo.ydns.eu/philorg/uv-geo image: code.philo.ydns.eu/philorg/uv-geo
environment: environment:
GISAF__DB__HOST: gisaf-database GISAF__DB__HOST: gisaf-database
GISAF__GISAF_LIVE__REDIS: redis://redis
commands: commands:
# Initialize database # Initialize database
- .venv/bin/gisaf create-db - .venv/bin/gisaf create-db