From 6265a133192f5c0d43c73cb8bdcf3a4cbf1ea9a7 Mon Sep 17 00:00:00 2001 From: Hassieb Pakzad <68423100+hassiebp@users.noreply.github.com> Date: Wed, 4 Dec 2024 10:20:44 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe97d126..d3b6e189 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,11 +70,11 @@ jobs: cd ./langfuse-server echo "::group::Run langfuse server" - TELEMETRY_ENABLED=false docker compose -f docker-compose.yml up -d postgres + TELEMETRY_ENABLED=false docker compose up -d postgres echo "::endgroup::" echo "::group::Logs from langfuse server" - TELEMETRY_ENABLED=false docker compose -f docker-compose.yml logs + TELEMETRY_ENABLED=false docker compose logs echo "::endgroup::" echo "::group::Install dependencies (necessary to run seeder)" @@ -89,7 +89,7 @@ jobs: rm -rf .env echo "::group::Run server" - TELEMETRY_ENABLED=false CLICKHOUSE_CLUSTER_ENABLED=false LANGFUSE_ASYNC_INGESTION_PROCESSING=false LANGFUSE_ASYNC_CLICKHOUSE_INGESTION_PROCESSING=false LANGFUSE_READ_FROM_POSTGRES_ONLY=true LANGFUSE_READ_FROM_CLICKHOUSE_ONLY=false docker compose -f docker-compose.yml up -d + TELEMETRY_ENABLED=false LANGFUSE_CLICKHOUSE_INGESTION_ENABLED=false LANGFUSE_READ_FROM_POSTGRES_ONLY=true LANGFUSE_READ_FROM_CLICKHOUSE_ONLY=false REDIS_HOST="" docker compose up -d echo "::endgroup::" # Add this step to check the health of the container