Skip to content

Commit 0f155e7

Browse files
committed
👷 set proper service hosts
1 parent f80671a commit 0f155e7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
coverage run --branch -m pytest froide/
5454
coverage report --format=markdown >> $GITHUB_STEP_SUMMARY
5555
env:
56-
DATABASE_URL: postgis://postgres:postgres@localhost/froide
56+
DATABASE_URL: postgis://postgres:postgres@postgres/froide
57+
DJANGO_ELASTICSEARCH_HOST: elasticsearch
5758

5859
services:
5960
postgres:

0 commit comments

Comments
 (0)