Skip to content

Commit 69f5438

Browse files
committed
Set up Ollama before integration tests
Signed-off-by: Sergio Herrera <627709+seherv@users.noreply.github.com>
1 parent 6ce1a41 commit 69f5438

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/run-tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,15 @@ jobs:
9797
with:
9898
commit: ${{ github.event.inputs.daprdapr_commit }}
9999
github-token: ${{ secrets.GITHUB_TOKEN }}
100-
- name: Run integration tests
101-
run: |
102-
tox -e integration
103100
- name: Set up Llama
104101
run: |
105102
curl -fsSL https://ollama.com/install.sh | sh
106103
nohup ollama serve &
107104
sleep 10
108105
ollama pull llama3.2:latest
106+
- name: Run integration tests
107+
run: |
108+
tox -e integration
109109
- name: Validate examples
110110
run: |
111111
tox -e examples

0 commit comments

Comments
 (0)