Skip to content

Commit fbbdb98

Browse files
authored
Update docs_test.sh
1 parent 573fb5b commit fbbdb98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/docs_test.sh

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ json_output+="]" # End the JSON array
4545

4646
results="$json_output"
4747

48+
echo "$json_output"
4849

4950
# Loop through each job in the JSON output
5051
echo "$results" | jq -c '.[]' | while IFS= read -r item; do

0 commit comments

Comments
 (0)