Add some basic tests to AgentDB. (#2666)

This commit is contained in:
Asher Foa
2025-06-10 12:04:11 -04:00
committed by GitHub
parent 25f7cb43f7
commit 0ddb7e0286
4 changed files with 75 additions and 3 deletions

View File

@@ -107,7 +107,7 @@ jobs:
env:
ENABLE_OPENAI: "true"
OPENAI_API_KEY: "sk-dummy"
run: poetry run pytest tests
run: poetry run pytest
fe-lint-build:
name: Frontend Lint and Build
runs-on: ubuntu-latest