CI: fix typo
Some checks failed
/ test (push) Waiting to run
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
phil 2025-06-28 05:07:52 +02:00
parent 1c76934e17
commit f3fd25f47a

View file

@ -22,12 +22,9 @@ steps:
GISAF__DB__HOST: gisaf-database
commands:
# Initialize database
- ls -l .venv/bin/gisaf
- ls -l .venv/bin/python*
- cat .venv/bin/gisaf
- .venv/bin/gisaf create-db
- .venv/bin/pytest -s tests/basic.py
services:
gisaf-database:
image: code.philo.ydns.eu/philorg/treetrail-database
image: code.philo.ydns.eu/philorg/gisaf-database