Skip to content

Commit 2cf728f

Browse files
committed
fix: ensure ollama runs as a bg process
Signed-off-by: Casper Nielsen <casper@diagrid.io>
1 parent ff049a5 commit 2cf728f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/validate_examples.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
- name: Set up Llama
9292
run: |
9393
curl -fsSL https://ollama.com/install.sh | sh
94+
nohup ollama serve &
9495
ollama pull llama3.2:1b
9596
- name: Checkout Dapr CLI repo to override dapr command.
9697
uses: actions/checkout@v6

0 commit comments

Comments
 (0)