From 68ef5c9e15fdfcad0f4c80d0c3d4295a27a19742 Mon Sep 17 00:00:00 2001 From: Kevin Backhouse Date: Fri, 6 Feb 2026 15:21:32 +0000 Subject: [PATCH] Add variables so that we can easily modify the MODEL_TEMP and AI_API_ENDPOINT used by the smoke test. --- .github/workflows/smoketest.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/smoketest.yaml b/.github/workflows/smoketest.yaml index 2773e19..df2d1e9 100644 --- a/.github/workflows/smoketest.yaml +++ b/.github/workflows/smoketest.yaml @@ -63,6 +63,8 @@ jobs: - name: Run tests env: + MODEL_TEMP: ${{ vars.SMOKETEST_TEMPERATURE }} + AI_API_ENDPOINT: ${{ vars.SMOKETEST_ENDPOINT }} AI_API_TOKEN: ${{ secrets.AI_API_TOKEN }} GITHUB_AUTH_HEADER: "Bearer ${{ secrets.GITHUB_TOKEN }}"