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