mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
db details
This commit is contained in:
parent
72bf64cd8e
commit
1f66e1b17f
1 changed files with 3 additions and 0 deletions
3
.github/workflows/unit_tests.yml
vendored
3
.github/workflows/unit_tests.yml
vendored
|
|
@ -23,4 +23,7 @@ jobs:
|
|||
docker run --rm \
|
||||
-e EPC_AUTH_TOKEN=${{ secrets.DEV_EPC_AUTH_TOKEN }} \
|
||||
-e HUBSPOT_API_KEY=${{ secrets.HUBSPOT_API_KEY }} \
|
||||
-e DB_HOST=${{ secrets.DEV_DB_HOST }} \
|
||||
-e DB_NAME=${{ secrets.DEV_DB_NAME }} \
|
||||
-e DB_PORT=${{ secrets.DEV_DB_PORT }} \
|
||||
model-test pytest -vv -m 'not integration'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue