Skip to content

Commit 01613b3

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

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
@@ -216,8 +216,8 @@ jobs:
216216
run: |
217217
./occ background-job:worker 'OC\TaskProcessing\SynchronousBackgroundJob' &
218218
./occ background-job:worker 'OC\TaskProcessing\SynchronousBackgroundJob' &
219-
./occ context_chat:prompt admin "Which factors are taken into account for the Ethical AI Rating?"
220-
./occ context_chat:prompt admin "Welche Faktoren beeinflussen das Ethical AI Rating?"
219+
./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
220+
./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
221221
222222
- name: Check python memory usage
223223
run: |

0 commit comments

Comments
 (0)