From fe971dbd6caab32e2d74e1d57404617cfa791d47 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Fri, 21 Mar 2025 08:29:10 -0700 Subject: [PATCH] quotes --- .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 f12337e59..622208913 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -26,7 +26,7 @@ jobs: # 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] - stack-config: [ollama, http://localhost:8321] + stack-config: ["ollama", "http://localhost:8321"] fail-fast: false # we want to run all tests regardless of failure steps: