Compare commits

..

2 Commits

Author SHA1 Message Date
smithery-ai[bot] b01de613fe Update README 2025-11-23 14:45:13 +00:00
Chris Coutinho 9d306b71fa ci: Fix pytest path 2025-11-23 15:43:45 +01:00
+1 -1
View File
@@ -86,7 +86,7 @@ jobs:
OPENAI_EMBEDDING_MODEL: ${{ inputs.embedding_model }}
OPENAI_GENERATION_MODEL: ${{ inputs.generation_model }}
run: |
uv run pytest tests/integration/test_rag_openai.py -v --log-cli-level=INFO --provider openai
uv run pytest tests/integration/test_rag.py -v --log-cli-level=INFO --provider openai
- name: Upload test results
if: always()