Update integration-tests.yml

Added `files` and `vector_io` to the mix.
This commit is contained in:
Hardik Shah 2025-06-12 16:37:36 -07:00 committed by GitHub
parent fef670b024
commit 834770e521
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ jobs:
matrix: matrix:
# Listing tests manually since some of them currently fail # Listing tests manually since some of them currently fail
# TODO: generate matrix list from tests/integration when fixed # TODO: generate matrix list from tests/integration when fixed
test-type: [agents, inference, datasets, inspect, scoring, post_training, providers, tool_runtime] test-type: [agents, files, inference, datasets, inspect, scoring, post_training, providers, tool_runtime, vector_io]
client-type: [library, http] client-type: [library, http]
python-version: ["3.10", "3.11", "3.12"] python-version: ["3.10", "3.11", "3.12"]
fail-fast: false # we want to run all tests regardless of failure fail-fast: false # we want to run all tests regardless of failure