Skip to content

Commit

Permalink
use colours in jq
Browse files Browse the repository at this point in the history
  • Loading branch information
grqz authored Sep 16, 2024
1 parent 2c94d0c commit 95659d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
Timeout reached before the server is up." && exit 1)
echo "::group::Response from HTTP server"
echo "$PING_RESP" | jq
echo "$PING_RESP" | jq -C
echo "::endgroup::"
script_response=$(./yt-dlp -vF --print-traffic --no-simulate -f "b*" -S "filesize:10M" --exec "rm -f" dQw4w9WgXcQ 2>&1) || \
Expand Down

0 comments on commit 95659d5

Please sign in to comment.