We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f80671a commit 0f155e7Copy full SHA for 0f155e7
1 file changed
.github/workflows/ci.yml
@@ -53,7 +53,8 @@ jobs:
53
coverage run --branch -m pytest froide/
54
coverage report --format=markdown >> $GITHUB_STEP_SUMMARY
55
env:
56
- DATABASE_URL: postgis://postgres:postgres@localhost/froide
+ DATABASE_URL: postgis://postgres:postgres@postgres/froide
57
+ DJANGO_ELASTICSEARCH_HOST: elasticsearch
58
59
services:
60
postgres:
0 commit comments