diff --git a/.github/workflows/spring-ai-integration-tests.yml b/.github/workflows/spring-ai-integration-tests.yml index 6a88e75..31ae52f 100644 --- a/.github/workflows/spring-ai-integration-tests.yml +++ b/.github/workflows/spring-ai-integration-tests.yml @@ -15,11 +15,7 @@ jobs: image: ollama/ollama:latest ports: - 11434:11434 - options: >- - --health-cmd="curl --fail http://localhost:11434/api/tags || exit 1" - --health-interval=10s - --health-timeout=5s - --health-retries=5 + env: OLLAMA_TESTS_ENABLED: true OLLAMA_WITH_REUSE: true