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

This commit is contained in:
phil 2025-06-28 04:48:00 +02:00
parent 0a7402e7ca
commit e7cbb1e645

View file

@ -15,8 +15,6 @@ steps:
UV_LINK_MODE: copy
commands:
- uv sync
- pwd
- ls -la .venv/bin
test:
image: code.philo.ydns.eu/philorg/uv-geo
@ -24,6 +22,8 @@ steps:
GISAF__DB__HOST: gisaf-database
commands:
# Initialize database
- pwd
- ls -la
- .venv/bin/gisaf create-db
- .venv/bin/pytest -s tests/basic.py