From 834770e52186edaa45cb97f0fa0e56caa3b6bb7d Mon Sep 17 00:00:00 2001 From: Hardik Shah Date: Thu, 12 Jun 2025 16:37:36 -0700 Subject: [PATCH] Update integration-tests.yml Added `files` and `vector_io` to the mix. --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 7aa8b5807..b2243a1fd 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -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, files, 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