Config: cleanup, use '__' as ENV nested delimiter; adjust CI test

This commit is contained in:
phil 2024-12-15 01:50:23 +01:00
parent ed3812b0f0
commit 898197209a
2 changed files with 55 additions and 67 deletions

View file

@ -31,4 +31,4 @@ jobs:
run: uv pip install --python=$UV_PROJECT_ENVIRONMENT --no-deps .
- name: Run tests (API call)
run: GISAF_DB_HOST=gisaf-database pytest -s tests/basic.py
run: GISAF__DB__HOST=gisaf-database pytest -s tests/basic.py