From cf53e28df90ffa83268e9f4c0630a42020b319cf Mon Sep 17 00:00:00 2001 From: Davy ROBERT Date: Sat, 6 Jul 2024 11:42:25 +0200 Subject: [PATCH] test playwright 5 --- docker-compose.e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.e2e.yml b/docker-compose.e2e.yml index dc09c3b..0fcf434 100644 --- a/docker-compose.e2e.yml +++ b/docker-compose.e2e.yml @@ -14,7 +14,7 @@ services: frontend: build: ./frontend - env_file: .env.test + env_file: .env.dev healthcheck: test: "curl --fail --request GET --header 'content-type: application/json' --url 'http://localhost:3000/api/healthcheck' || exit 1" retries: 10