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: