fix: remove message UTC validation temporarily to fix dev portal + add -d flag to docker compose up for tests (#1268)

This commit is contained in:
Sarah Wooders
2024-04-17 19:18:13 -07:00
committed by GitHub
parent ec7cf62d79
commit be50e44301
4 changed files with 33 additions and 29 deletions

View File

@@ -47,7 +47,7 @@ jobs:
MEMGPT_SERVER_PASS: test_server_token
MEMGPT_CONFIG_PATH: configs/server_config.yaml
run: docker compose up &
run: docker compose up -d
- name: Run server tests
env: