mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-22 20:40:00 +00:00
another small fix
This commit is contained in:
parent
61d9a39871
commit
78c37496fd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/integration-tests.yml
vendored
2
.github/workflows/integration-tests.yml
vendored
|
|
@ -122,7 +122,7 @@ jobs:
|
||||||
uses: ./.github/actions/run-integration-tests
|
uses: ./.github/actions/run-integration-tests
|
||||||
with:
|
with:
|
||||||
test-types: ${{ needs.discover-tests.outputs.test-types }}
|
test-types: ${{ needs.discover-tests.outputs.test-types }}
|
||||||
stack-config: 'ci-tests'
|
stack-config: 'server:ci-tests' # recording must be done with server since more tests are run
|
||||||
provider: ${{ inputs.test-provider }}
|
provider: ${{ inputs.test-provider }}
|
||||||
inference-mode: 'record'
|
inference-mode: 'record'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue