We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff049a5 commit 2cf728fCopy full SHA for 2cf728f
1 file changed
.github/workflows/validate_examples.yaml
@@ -91,6 +91,7 @@ jobs:
91
- name: Set up Llama
92
run: |
93
curl -fsSL https://ollama.com/install.sh | sh
94
+ nohup ollama serve &
95
ollama pull llama3.2:1b
96
- name: Checkout Dapr CLI repo to override dapr command.
97
uses: actions/checkout@v6
0 commit comments