changes pytest call in yaml
This commit is contained in:
parent
9819b38058
commit
8a490b1c16
1 changed files with 2 additions and 2 deletions
4
.github/workflows/examples_tests.yml
vendored
4
.github/workflows/examples_tests.yml
vendored
|
|
@ -269,7 +269,7 @@ jobs:
|
||||||
EMBEDDING_ENDPOINT: ${{ secrets.EMBEDDING_ENDPOINT }}
|
EMBEDDING_ENDPOINT: ${{ secrets.EMBEDDING_ENDPOINT }}
|
||||||
EMBEDDING_API_KEY: ${{ secrets.EMBEDDING_API_KEY }}
|
EMBEDDING_API_KEY: ${{ secrets.EMBEDDING_API_KEY }}
|
||||||
EMBEDDING_API_VERSION: ${{ secrets.EMBEDDING_API_VERSION }}
|
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
|
test-s3-permissions-example: # Make sure permission and multi-user mode work with S3 file system
|
||||||
name: Run Permissions Example
|
name: Run Permissions Example
|
||||||
|
|
@ -327,7 +327,7 @@ jobs:
|
||||||
DB_PORT: 5432
|
DB_PORT: 5432
|
||||||
DB_USERNAME: cognee
|
DB_USERNAME: cognee
|
||||||
DB_PASSWORD: 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:
|
test_docling_add:
|
||||||
name: Run Add with Docling Test
|
name: Run Add with Docling Test
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue