CI: debug
This commit is contained in:
parent
0a7402e7ca
commit
e7cbb1e645
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue