Add Ollama service to CI job

This commit is contained in:
Mark Pollack
2024-12-08 23:17:46 -05:00
parent b9e4123b5d
commit 51261e46f8

View File

@@ -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