Skip to content

Commit 2df2cb3

Browse files
committed
fix: check for the presence of relevant text chunk
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
1 parent 4ee96cf commit 2df2cb3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integration-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ jobs:
215215
run: |
216216
./occ background-job:worker 'OC\TaskProcessing\SynchronousBackgroundJob' &
217217
./occ background-job:worker 'OC\TaskProcessing\SynchronousBackgroundJob' &
218-
./occ context_chat:prompt admin "Which factors are taken into account for the Ethical AI Rating?"
219-
./occ context_chat:prompt admin "Welche Faktoren beeinflussen das Ethical AI Rating?"
218+
./occ context_chat:prompt admin "Which factors are taken into account for the Ethical AI Rating?" | grep -q "If all of these points are met, we give a Green label." || exit 1
219+
./occ context_chat:prompt admin "Welche Faktoren beeinflussen das Ethical AI Rating?" | grep -q "If all of these points are met, we give a Green label." || exit 1
220220
221221
- name: Check python memory usage
222222
run: |

0 commit comments

Comments
 (0)