CI: debug
This commit is contained in:
parent
f4de623b86
commit
8c06817fbe
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ steps:
|
||||||
GISAF__DB__HOST: gisaf-database
|
GISAF__DB__HOST: gisaf-database
|
||||||
commands:
|
commands:
|
||||||
# Initialize database
|
# Initialize database
|
||||||
- pwd
|
- ls -l .venv/bin/gisaf
|
||||||
- ls -la .venv/bin
|
- cat .venv/bin/gisaf
|
||||||
- .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