use test config for frontend, safari don't like 0.0.0.0

This commit is contained in:
einhornimmond 2025-06-28 16:10:44 +02:00
parent 2edb1709d2
commit 3ddd7e5c58
2 changed files with 4 additions and 1 deletions

View File

@ -141,7 +141,9 @@ jobs:
- name: Boot up test system | docker-compose backend, frontend
run: |
cd backend
cd frontend
cp .env.test_e2e .env
cd ../backend
cp .env.test_e2e .env
cd ..
bun turbo backend#build

1
frontend/.env.test_e2e Normal file
View File

@ -0,0 +1 @@
GRAPHQL_URI=http://localhost:4000/graphql