Skip to content

Commit 1eb1196

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/datachannel_echo-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ jobs:
7979
8080
echo "Listing all key-value pairs with server/client capture..."
8181
echo "$results" | jq -r 'to_entries | .[] |
82-
capture("result_(?<server>.+)_(?<client>.+)") |
83-
"\(.server): \(.client) - Value: \(.value)"'
82+
capture("result_(?<server>.+)_(?<client>.+)") as $c |
83+
"\($c.server): \($c.client) - Value: \(.value)"'
8484
8585
echo "| Server | Client | Test Result |" > DataChannel_Echo_test_results.md
8686
echo "|--------|--------|-------------|" >> DataChannel_Echo_test_results.md

0 commit comments

Comments
 (0)