Add NEO4J test
This commit is contained in:
parent
e2db4d7cb2
commit
ddb9914754
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test_neo4j.yml
vendored
1
.github/workflows/test_neo4j.yml
vendored
|
|
@ -58,5 +58,6 @@ jobs:
|
|||
LLM_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
GRAPH_DATABASE_URL: ${{ secrets.NEO4J_API_URL }}
|
||||
GRAPH_DATABASE_PASSWORD: ${{ secrets.NEO4J_API_KEY }}
|
||||
GRAPH_DATABASE_USERNAME: "neo4j"
|
||||
ENV: 'dev'
|
||||
run: poetry run python ./cognee/tests/test_neo4j.py
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue