Skip to content

Commit a3d6b9a

Browse files
committed
Could this be it (it wasn't) (still not)!
1 parent 70e7c2a commit a3d6b9a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/datachannel_echo-test.yml

+7
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,16 @@ jobs:
7777
7878
echo "${results}" | jq -r 'to_entries | .[] | "\(.key): \(.value)"'
7979
80+
echo "Listing all key-value pairs with server/client capture..."
81+
echo "$results" | jq -r 'to_entries | .[] |
82+
capture("result_(?<server>.+)_(?<client>.+)") |
83+
"\(.server): \(.client) - Value: \(.value)"'
84+
8085
echo "| Server | Client | Test Result |" > DataChannel_Echo_test_results.md
8186
echo "|--------|--------|-------------|" >> DataChannel_Echo_test_results.md
8287
88+
echo "Here."
89+
8390
echo "${results}" | jq -r 'to_entries | .[] |
8491
capture("result_(?<server>.+)_(?<client>.+)") |
8592
"| \(.server) | \(.client) | \(.value) |"' >> DataChannel_Echo_test_results.md

0 commit comments

Comments
 (0)