Revert "changes pytest call in yaml"

This reverts commit 8a490b1c16.
This commit is contained in:
hajdul88 2025-12-19 10:28:48 +01:00
parent 4b71995a70
commit 8214bdce5b

View file

@ -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 pytest cognee/tests/test_permissions_example.py -v --log-level=INFO
run: uv run python ./examples/python/permissions_example.py
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 pytest cognee/tests/test_permissions_example.py -v --log-level=INFO
run: uv run python ./examples/python/permissions_example.py
test_docling_add:
name: Run Add with Docling Test