feat: fix MCP-related logs format and add Docker tests (#1280)

This commit is contained in:
Sarah Wooders
2025-03-14 09:43:03 -07:00
committed by GitHub
parent 037fc1d8e1
commit d8e611d9bd
2 changed files with 6 additions and 5 deletions

View File

@@ -32,7 +32,8 @@ jobs:
LETTA_PG_PORT: 8888
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: docker compose -f dev-compose.yaml up --build -d
run: |
docker compose -f dev-compose.yaml up --build -d
#- name: "Setup Python, Poetry and Dependencies"
# uses: packetcoders/action-setup-cache-python-poetry@v1.2.0
# with: