From 0daeaf2d93bbee0b20ffff8d847f0a95a026694f Mon Sep 17 00:00:00 2001 From: Mark Pollack Date: Tue, 19 Nov 2024 10:04:14 -0500 Subject: [PATCH] Remove ollama container health checks - not working in gh actions environment --- .github/workflows/spring-ai-integration-tests.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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