feat: Add ORM for user model (#1924)
This commit is contained in:
11
.github/workflows/tests.yml
vendored
11
.github/workflows/tests.yml
vendored
@@ -48,6 +48,17 @@ jobs:
|
||||
run: |
|
||||
poetry run pytest -s -vv tests/test_server.py
|
||||
|
||||
- name: Run server manager tests
|
||||
env:
|
||||
LETTA_PG_PORT: 8888
|
||||
LETTA_PG_USER: letta
|
||||
LETTA_PG_PASSWORD: letta
|
||||
LETTA_PG_DB: letta
|
||||
LETTA_PG_HOST: localhost
|
||||
LETTA_SERVER_PASS: test_server_token
|
||||
run: |
|
||||
poetry run pytest -s -vv tests/test_managers.py
|
||||
|
||||
- name: Run tools tests
|
||||
env:
|
||||
LETTA_PG_PORT: 8888
|
||||
|
||||
Reference in New Issue
Block a user