mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
use test config for frontend, safari don't like 0.0.0.0
This commit is contained in:
parent
2edb1709d2
commit
3ddd7e5c58
4
.github/workflows/test_e2e.yml
vendored
4
.github/workflows/test_e2e.yml
vendored
@ -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
1
frontend/.env.test_e2e
Normal file
@ -0,0 +1 @@
|
||||
GRAPHQL_URI=http://localhost:4000/graphql
|
||||
Loading…
x
Reference in New Issue
Block a user