Skip to content

Commit 163417f

Browse files
committed
Reorder tests to fail faster
Signed-off-by: Sergio Herrera <627709+seherv@users.noreply.github.com>
1 parent 6779e25 commit 163417f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/run-tests.yaml

Lines changed: 4 additions & 4 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
100103
- name: Set up Llama
101104
run: |
102105
curl -fsSL https://ollama.com/install.sh | sh
103106
nohup ollama serve &
104107
sleep 10
105108
ollama pull llama3.2:latest
106-
- name: Check examples
109+
- name: Validate examples
107110
run: |
108111
tox -e examples
109-
- name: Run integration tests
110-
run: |
111-
tox -e integration

0 commit comments

Comments
 (0)