From 9fc16d962ad6f68e2db0046c5f6e5f81bbbc393f Mon Sep 17 00:00:00 2001 From: Mark Pollack Date: Tue, 19 Nov 2024 09:30:28 -0500 Subject: [PATCH] update ollama container health check --- .github/workflows/spring-ai-integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spring-ai-integration-tests.yml b/.github/workflows/spring-ai-integration-tests.yml index 4e474b8..75925c9 100644 --- a/.github/workflows/spring-ai-integration-tests.yml +++ b/.github/workflows/spring-ai-integration-tests.yml @@ -16,7 +16,7 @@ jobs: ports: - 11434:11434 options: >- - --health-cmd="curl --fail http://localhost:11434/health || exit 1" + --health-cmd="curl --fail http://localhost:11434/api/tags || exit 1" --health-interval=10s --health-timeout=5s --health-retries=5