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
|
UV_LINK_MODE: copy
|
||||||
commands:
|
commands:
|
||||||
- uv sync
|
- uv sync
|
||||||
- pwd
|
|
||||||
- ls -la .venv/bin
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: code.philo.ydns.eu/philorg/uv-geo
|
image: code.philo.ydns.eu/philorg/uv-geo
|
||||||
|
@ -24,6 +22,8 @@ steps:
|
||||||
GISAF__DB__HOST: gisaf-database
|
GISAF__DB__HOST: gisaf-database
|
||||||
commands:
|
commands:
|
||||||
# Initialize database
|
# Initialize database
|
||||||
|
- pwd
|
||||||
|
- ls -la
|
||||||
- .venv/bin/gisaf create-db
|
- .venv/bin/gisaf create-db
|
||||||
- .venv/bin/pytest -s tests/basic.py
|
- .venv/bin/pytest -s tests/basic.py
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue