Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
# called from pull_request_target workflows.
- name: Setup test environment
if: ${{ matrix.config.allowed_clients == null || contains(matrix.config.allowed_clients, matrix.client) }}
uses: llamastack/llama-stack/.github/actions/setup-test-environment@76bcb6657de312160c726fbe069275cd5537b702
uses: llamastack/llama-stack/.github/actions/setup-test-environment@c518b35a65f8bd1370c938c688dfb2e2a00cceab
with:
python-version: ${{ matrix.python-version }}
client-version: ${{ matrix.client-version }}
Expand All @@ -167,13 +167,13 @@ jobs:
- name: Setup TypeScript client
if: ${{ matrix.client == 'server' }}
id: setup-ts-client
uses: llamastack/llama-stack/.github/actions/setup-typescript-client@76bcb6657de312160c726fbe069275cd5537b702
uses: llamastack/llama-stack/.github/actions/setup-typescript-client@c518b35a65f8bd1370c938c688dfb2e2a00cceab
with:
client-version: ${{ matrix.client-version }}

- name: Run tests
if: ${{ matrix.config.allowed_clients == null || contains(matrix.config.allowed_clients, matrix.client) }}
uses: llamastack/llama-stack/.github/actions/run-and-record-tests@76bcb6657de312160c726fbe069275cd5537b702
uses: llamastack/llama-stack/.github/actions/run-and-record-tests@c518b35a65f8bd1370c938c688dfb2e2a00cceab
env:
OPENAI_API_KEY: dummy
AWS_BEARER_TOKEN_BEDROCK: replay-mode-dummy-key
Expand Down
Loading