Skip to content

Commit 5ff49c9

Browse files
committed
Echo results as json.
1 parent 8ba6a26 commit 5ff49c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/datachannel_echo-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Create results file from interop test outputs
7171
run: |
7272
echo "Collating results from:"
73-
echo "results=${{ needs.interop-tests.outputs }}"
73+
echo "results=${{ toJSON(needs.interop-tests.outputs) }}"
7474
echo "| Server | Client | Test Result |" > DataChannel_Echo_test_results.md
7575
echo "|--------|--------|-------------|" >> DataChannel_Echo_test_results.md
7676

0 commit comments

Comments
 (0)