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:55:24 +02:00
parent f4de623b86
commit 8c06817fbe

View file

@ -22,8 +22,8 @@ steps:
GISAF__DB__HOST: gisaf-database
commands:
# Initialize database
- pwd
- ls -la .venv/bin
- ls -l .venv/bin/gisaf
- cat .venv/bin/gisaf
- .venv/bin/gisaf create-db
- .venv/bin/pytest -s tests/basic.py