Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hassiebp authored Dec 4, 2024
1 parent 6265a13 commit f573475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
rm -rf .env
echo "::group::Run server"
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
TELEMETRY_ENABLED=false LANGFUSE_CLICKHOUSE_INGESTION_ENABLED=false LANGFUSE_READ_FROM_POSTGRES_ONLY=true LANGFUSE_READ_FROM_CLICKHOUSE_ONLY=false LANGFUSE_RETURN_FROM_CLICKHOUSE=false REDIS_HOST="" docker compose up -d
echo "::endgroup::"
# Add this step to check the health of the container
Expand Down

0 comments on commit f573475

Please sign in to comment.