Skip to content

Commit d2d6ef6

Browse files
marcelklehrkyteinsky
authored andcommitted
tests: background-job:worker -v
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 945b667 commit d2d6ef6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/integration-test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,9 @@ jobs:
264264
265265
- name: Run the prompts
266266
run: |
267-
./occ background-job:worker 'OC\TaskProcessing\SynchronousBackgroundJob' &
267+
./occ background-job:worker -v 'OC\TaskProcessing\SynchronousBackgroundJob' &
268268
WORKER1_PID=$!
269-
./occ background-job:worker 'OC\TaskProcessing\SynchronousBackgroundJob' &
269+
./occ background-job:worker -v 'OC\TaskProcessing\SynchronousBackgroundJob' &
270270
WORKER2_PID=$!
271271
OUT1=$(./occ context_chat:prompt admin "Which factors are taken into account for the Ethical AI Rating?")
272272
echo "$OUT1"
@@ -596,9 +596,9 @@ jobs:
596596
597597
- name: Run the prompts
598598
run: |
599-
./occ background-job:worker 'OC\TaskProcessing\SynchronousBackgroundJob' &
599+
./occ background-job:worker -v 'OC\TaskProcessing\SynchronousBackgroundJob' &
600600
WORKER1_PID=$!
601-
./occ background-job:worker 'OC\TaskProcessing\SynchronousBackgroundJob' &
601+
./occ background-job:worker -v 'OC\TaskProcessing\SynchronousBackgroundJob' &
602602
WORKER2_PID=$!
603603
OUT1=$(./occ context_chat:prompt admin "Which factors are taken into account for the Ethical AI Rating?")
604604
echo "$OUT1"
@@ -918,9 +918,9 @@ jobs:
918918
919919
- name: Run the prompts
920920
run: |
921-
./occ background-job:worker 'OC\TaskProcessing\SynchronousBackgroundJob' &
921+
./occ background-job:worker -v 'OC\TaskProcessing\SynchronousBackgroundJob' &
922922
WORKER1_PID=$!
923-
./occ background-job:worker 'OC\TaskProcessing\SynchronousBackgroundJob' &
923+
./occ background-job:worker -v 'OC\TaskProcessing\SynchronousBackgroundJob' &
924924
WORKER2_PID=$!
925925
set +e
926926
@@ -998,9 +998,9 @@ jobs:
998998
999999
- name: Run the prompts again
10001000
run: |
1001-
./occ background-job:worker 'OC\TaskProcessing\SynchronousBackgroundJob' &
1001+
./occ background-job:worker -v 'OC\TaskProcessing\SynchronousBackgroundJob' &
10021002
WORKER1_PID=$!
1003-
./occ background-job:worker 'OC\TaskProcessing\SynchronousBackgroundJob' &
1003+
./occ background-job:worker -v 'OC\TaskProcessing\SynchronousBackgroundJob' &
10041004
WORKER2_PID=$!
10051005
10061006
set +e

0 commit comments

Comments
 (0)