Skip to content

Commit

Permalink
try: use localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanBorai authored Nov 20, 2023
1 parent 5c71e20 commit 471e76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: E2E Tests
env:
COMMUNE_SYNAPSE_HOST: 'http://0.0.0.0:8008'
COMMUNE_SYNAPSE_HOST: 'http://localhost:8008'
run: |
cp ./.env.example ./.env
docker compose up -d
Expand Down

0 comments on commit 471e76c

Please sign in to comment.