This commit is contained in:
Ashwin Bharambe 2025-03-21 08:29:10 -07:00 committed by Sébastien Han
parent 968c9a8346
commit fe971dbd6c
No known key found for this signature in database

View file

@ -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: