There was an error while loading. Please reload this page.
1 parent 7afe3dc commit 007c45eCopy full SHA for 007c45e
1 file changed
.github/workflows/integration_test.yml
@@ -330,6 +330,7 @@ jobs:
330
curl -u "$CREDS" -H "oCS-APIRequest: true" "http://localhost:8080/ocs/v2.php/taskprocessing/task/$TASK_ID?format=json"
331
[ "$TASK_STATUS" = '"STATUS_SUCCESSFUL"' ]
332
[ "$STREAMING_OBSERVED" -eq 1 ]
333
+ echo "$TASK"
334
335
- name: Show nextcloud logs
336
if: always()
0 commit comments