Skip to content

Commit 9ea3c52

Browse files
committed
chore: add error grep check to ollama integration suite
1 parent 2108e25 commit 9ea3c52

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,13 @@ jobs:
142142
golem-cli app build -b ollama-debug
143143
golem-cli app deploy -b ollama-debug
144144
golem-cli worker new -e GOLEM_OLLAMA_BASE_URL=http://localhost:11434 test:llm/ollama-1
145-
golem-cli worker invoke test:llm/ollama-1 test1
146-
golem-cli worker invoke test:llm/ollama-1 test2
147-
golem-cli worker invoke test:llm/ollama-1 test3
148-
golem-cli worker invoke test:llm/ollama-1 test4
149-
golem-cli worker invoke test:llm/ollama-1 test5
150-
golem-cli worker invoke test:llm/ollama-1 test6
151-
golem-cli worker invoke test:llm/ollama-1 test7
145+
golem-cli worker invoke test:llm/ollama-1 test1 | grep -v "ERROR: "
146+
golem-cli worker invoke test:llm/ollama-1 test2 | grep -v "ERROR: "
147+
golem-cli worker invoke test:llm/ollama-1 test3 | grep -v "ERROR: "
148+
golem-cli worker invoke test:llm/ollama-1 test4 | grep -v "ERROR: "
149+
golem-cli worker invoke test:llm/ollama-1 test5 | grep -v "ERROR: "
150+
golem-cli worker invoke test:llm/ollama-1 test6 | grep -v "ERROR: "
151+
golem-cli worker invoke test:llm/ollama-1 test7 | grep -v "ERROR: "
152152
publish-all:
153153
needs:
154154
- tests

0 commit comments

Comments
 (0)