use dummy OPENAI_API_KEY to turn on the provider

This commit is contained in:
Ashwin Bharambe 2025-10-09 12:55:26 -07:00
parent 00fd27be1f
commit e0b32b8bdf

View file

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