We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7559cb1 commit 6d35e80Copy full SHA for 6d35e80
.github/workflows/integration_test.yml
@@ -207,6 +207,11 @@ jobs:
207
done
208
curl -u "$CREDS" -H "oCS-APIRequest: true" http://localhost:8080/ocs/v2.php/taskprocessing/task/$TASK_ID?format=json
209
[ "$TASK_STATUS" == '"STATUS_SUCCESSFUL"' ]
210
+ echo $TASK | jq '.ocs.data.task.output.output'
211
+ echo $TASK | jq '.ocs.data.task.output.sources'
212
+ echo $TASK | jq '.ocs.data.task.output.sources' | grep -q get_coordinates_for_address
213
+ echo $TASK | jq '.ocs.data.task.output.output' | grep -q '52.'
214
+ echo $TASK | jq '.ocs.data.task.output.output' | grep -q '13.'
215
216
- name: Show nextcloud logs
217
if: always()
0 commit comments