From 4fa7e08d6ddc07579c22911568cc7aac11e24476 Mon Sep 17 00:00:00 2001 From: Mark Pollack Date: Tue, 3 Dec 2024 09:43:41 -0500 Subject: [PATCH] enable ollama service for test-vectorstores jobs --- .github/workflows/spring-ai-integration-tests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/spring-ai-integration-tests.yml b/.github/workflows/spring-ai-integration-tests.yml index 8767e49..ba2c1b0 100644 --- a/.github/workflows/spring-ai-integration-tests.yml +++ b/.github/workflows/spring-ai-integration-tests.yml @@ -204,6 +204,11 @@ jobs: test-vectorstores: runs-on: ubuntu-latest + services: + ollama: + image: ollama/ollama:latest + ports: + - 11434:11434 env: DOCKER_QUIET: 1 # Suppresses Docker CLI progress output TESTCONTAINERS_QUIET: true # Additional quieting for testcontainers