Skip to content

Commit 6944637

Browse files
committed
Add hostname setup for e2e-test-local
1 parent 5724127 commit 6944637

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/e2e-test-local.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
echo "FXA_ENCRYPT_SECRET=$FXA_ENCRYPT_SECRET" >> .env
4747
echo "PADDLE_TOKEN=$PADDLE_TOKEN" >> .env
4848
echo "PADDLE_API_KEY=$PADDLE_API_KEY" >> .env
49+
echo "127.0.0.1 keycloak" >> /etc/hosts
50+
echo "127.0.0.1 stalwart" >> /etc/hosts
4951
5052
- name: Start appointment stack via docker
5153
run: docker compose up -d --build -V postgres redis backend frontend

0 commit comments

Comments
 (0)