CI: set db host for tests
This commit is contained in:
parent
4a54a815a0
commit
8bfb410ee1
4 changed files with 7 additions and 6 deletions
|
@ -33,7 +33,7 @@ jobs:
|
|||
run: uv pip install --python=$UV_PROJECT_ENVIRONMENT --no-deps .
|
||||
|
||||
- name: Run tests (API call)
|
||||
run: pytest -s tests/basic.py
|
||||
run: TREETRAIL_DB_HOST=treetrail-database pytest -s tests/basic.py
|
||||
|
||||
build:
|
||||
runs-on: container
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue