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 }}