mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-12 20:12:33 +00:00
use dummy OPENAI_API_KEY to turn on the provider
This commit is contained in:
parent
00fd27be1f
commit
e0b32b8bdf
1 changed files with 2 additions and 0 deletions
2
.github/workflows/integration-tests.yml
vendored
2
.github/workflows/integration-tests.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue