diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 35b811a3..c118a610 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -155,4 +155,6 @@ jobs: ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }} run: | - uv run pytest tests/test_*_int.py tests/llm_client/test_anthropic_client_int.py tests/utils/maintenance/test_temporal_operations_int.py tests/cross_encoder/test_bge_reranker_client_int.py + uv run pytest tests/ -k "_int" \ + --ignore=tests/driver/ \ + --ignore=tests/test_graphiti_mock.py