From 593804acf09e2d598a69c27209fa03b2600958ff Mon Sep 17 00:00:00 2001 From: Matthew Harris Date: Mon, 1 Jul 2024 13:52:25 -0400 Subject: [PATCH] Added e2e tests GH action, with docker compose build - debugging action --- docker-compose-github.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose-github.yml b/docker-compose-github.yml index f671bc2d..06a5a103 100644 --- a/docker-compose-github.yml +++ b/docker-compose-github.yml @@ -2,7 +2,7 @@ services: promptflow: build: context: . - dockerfile: ./flows/chainlit-ui-evaluation//Dockerfile + dockerfile: ./flows/chainlit-ui-evaluation/Dockerfile args: OPENAI_API_KEY: ${OPENAI_API_KEY} OPENAI_API_ENDPOINT: ${ASSISTANTS_BASE_URL}