We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce1a41 commit 69f5438Copy full SHA for 69f5438
1 file changed
.github/workflows/run-tests.yaml
@@ -97,15 +97,15 @@ jobs:
97
with:
98
commit: ${{ github.event.inputs.daprdapr_commit }}
99
github-token: ${{ secrets.GITHUB_TOKEN }}
100
- - name: Run integration tests
101
- run: |
102
- tox -e integration
103
- name: Set up Llama
104
run: |
105
curl -fsSL https://ollama.com/install.sh | sh
106
nohup ollama serve &
107
sleep 10
108
ollama pull llama3.2:latest
+ - name: Run integration tests
+ run: |
+ tox -e integration
109
- name: Validate examples
110
111
tox -e examples
0 commit comments