diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 7ace44dde..9dd8383ef 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -8,6 +8,13 @@ jobs: build: name: Build branch runs-on: ubuntu-latest + services: + ollama: + image: ollama/ollama:latest + ports: + - 11434:11434 + env: + OLLAMA_WITH_REUSE: true steps: - name: Checkout source code uses: actions/checkout@v4