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:59:24 +02:00
parent 9ff61ca382
commit 1c76934e17

View file

@ -23,6 +23,7 @@ steps:
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