From 5f7598d59d464e35afd06dbb0b0ecd0b3fa6fe33 Mon Sep 17 00:00:00 2001 From: Daulet Amirkhanov Date: Fri, 15 Aug 2025 13:13:15 +0100 Subject: [PATCH] test: use neo4j_metrics_test in descriptive tests instead of networkx --- .github/workflows/examples_tests.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/examples_tests.yml b/.github/workflows/examples_tests.yml index 277ed8c21..7352654d3 100644 --- a/.github/workflows/examples_tests.yml +++ b/.github/workflows/examples_tests.yml @@ -71,7 +71,11 @@ jobs: EMBEDDING_ENDPOINT: ${{ secrets.EMBEDDING_ENDPOINT }} EMBEDDING_API_KEY: ${{ secrets.EMBEDDING_API_KEY }} EMBEDDING_API_VERSION: ${{ secrets.EMBEDDING_API_VERSION }} - run: uv run python ./cognee/tests/tasks/descriptive_metrics/networkx_metrics_test.py + GRAPH_DATABASE_PROVIDER: "neo4j" + GRAPH_DATABASE_URL: ${{ secrets.NEO4J_API_URL }} + GRAPH_DATABASE_USERNAME: "neo4j" + GRAPH_DATABASE_PASSWORD: ${{ secrets.NEO4J_API_KEY }} + run: uv run python ./cognee/tests/tasks/descriptive_metrics/neo4j_metrics_test.py test-dynamic-steps-metrics: