Skip to content

Commit 70e7c2a

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

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
@@ -75,15 +75,15 @@ jobs:
7575
results='${{ toJSON(needs.interoptests.outputs) }}'
7676
echo "results=${results}"
7777
78+
echo "${results}" | jq -r 'to_entries | .[] | "\(.key): \(.value)"'
79+
7880
echo "| Server | Client | Test Result |" > DataChannel_Echo_test_results.md
7981
echo "|--------|--------|-------------|" >> DataChannel_Echo_test_results.md
8082
81-
#echo "${results}" | jq -r 'to_entries | .[] | "\(.key): \(.value)"'
8283
echo "${results}" | jq -r 'to_entries | .[] |
8384
capture("result_(?<server>.+)_(?<client>.+)") |
8485
"| \(.server) | \(.client) | \(.value) |"' >> DataChannel_Echo_test_results.md
8586
86-
8787
cat DataChannel_Echo_test_results.md
8888
8989
- name: Commit the results to the git repository

0 commit comments

Comments
 (0)