Set USE_EXTERNAL_OLLAMA_HOST env in test workflow

Adds USE_EXTERNAL_OLLAMA_HOST environment variable set to 'false' for the run-tests job in the build-on-pull-request workflow. This ensures tests do not use an external Ollama host during pull request builds.
This commit is contained in:
Amith Koujalgi 2025-09-20 15:44:47 +05:30
parent f60491885f
commit f0c6ce2b8d

View File

@ -39,6 +39,8 @@ jobs:
uses: ./.github/workflows/run-tests.yml
with:
branch: ${{ github.head_ref || github.ref_name }}
env:
USE_EXTERNAL_OLLAMA_HOST: "false"
build-docs:
name: Build Documentation