mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-27 18:50:41 +00:00
test: Update integration-tests.yml (#2443)
Added `vector_io` to the CI integration tests.
This commit is contained in:
parent
fef670b024
commit
ddaee42650
1 changed files with 1 additions and 1 deletions
2
.github/workflows/integration-tests.yml
vendored
2
.github/workflows/integration-tests.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
matrix:
|
||||
# Listing tests manually since some of them currently fail
|
||||
# TODO: generate matrix list from tests/integration when fixed
|
||||
test-type: [agents, inference, datasets, inspect, scoring, post_training, providers, tool_runtime]
|
||||
test-type: [agents, inference, datasets, inspect, scoring, post_training, providers, tool_runtime, vector_io]
|
||||
client-type: [library, http]
|
||||
python-version: ["3.10", "3.11", "3.12"]
|
||||
fail-fast: false # we want to run all tests regardless of failure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue