Install ollama in test-ollama job

This commit is contained in:
Mark Pollack
2024-11-08 17:32:52 -05:00
parent 6ec93b8040
commit 4cd9bbb543

View File

@@ -17,6 +17,12 @@ jobs:
- name: Checkout the action
uses: actions/checkout@v4
- name: Install Ollama
run: |
curl -fsSL https://ollama.com/install.sh | sh
ollama serve &
sleep 10 # Give Ollama time to start up
- name: Configure Testcontainers
run: |
mkdir -p $HOME