From e0b32b8bdf7a09af3ef560090a3ef4b5dbc13951 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Thu, 9 Oct 2025 12:55:26 -0700 Subject: [PATCH] use dummy OPENAI_API_KEY to turn on the provider --- .github/workflows/integration-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 5fb25f047..d8e8ec91c 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -79,6 +79,8 @@ jobs: - name: Run tests uses: ./.github/actions/run-and-record-tests + env: + OPENAI_API_KEY: dummy with: stack-config: ${{ matrix.client-type == 'library' && 'ci-tests' || 'server:ci-tests' }} setup: ${{ matrix.config.setup }}