From 8a490b1c1688b8f4db92394560cc4ebe85a17adf Mon Sep 17 00:00:00 2001 From: hajdul88 <52442977+hajdul88@users.noreply.github.com> Date: Fri, 19 Dec 2025 10:20:46 +0100 Subject: [PATCH] changes pytest call in yaml --- .github/workflows/examples_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/examples_tests.yml b/.github/workflows/examples_tests.yml index 95a14c9ac..488876dca 100644 --- a/.github/workflows/examples_tests.yml +++ b/.github/workflows/examples_tests.yml @@ -269,7 +269,7 @@ jobs: EMBEDDING_ENDPOINT: ${{ secrets.EMBEDDING_ENDPOINT }} EMBEDDING_API_KEY: ${{ secrets.EMBEDDING_API_KEY }} EMBEDDING_API_VERSION: ${{ secrets.EMBEDDING_API_VERSION }} - run: uv run python ./examples/python/permissions_example.py + run: uv run pytest cognee/tests/test_permissions_example.py -v --log-level=INFO test-s3-permissions-example: # Make sure permission and multi-user mode work with S3 file system name: Run Permissions Example @@ -327,7 +327,7 @@ jobs: DB_PORT: 5432 DB_USERNAME: cognee DB_PASSWORD: cognee - run: uv run python ./examples/python/permissions_example.py + run: uv run pytest cognee/tests/test_permissions_example.py -v --log-level=INFO test_docling_add: name: Run Add with Docling Test