Skip to content

Commit b15588b

Browse files
authored
Add echo for debugging for coveo (#412)
fix: Add echo for debugging for coveo
1 parent be418dc commit b15588b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/coveo.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
5050
if [ $STATUS_CODE -ne 200 ]; then
5151
echo "Error: HTTP request failed with status $STATUS_CODE"
52+
echo "$RESPONSE"
5253
exit 1
5354
fi
5455
if [ "$SEARCH_TOKEN" == "null" ]; then

0 commit comments

Comments
 (0)