Skip to content

Commit e443e50

Browse files
committed
json result only.
1 parent 8b2d55a commit e443e50

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/datachannel_echo-test.yml

-10
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,6 @@ jobs:
8080
servers=("libdatachannel" "sipsorcery" "werift")
8181
clients=("libdatachannel" "sipsorcery" "werift")
8282
83-
# Loop through server and client combinations to get results
84-
#for server in "${servers[@]}"; do
85-
# for client in "${clients[@]}"; do
86-
# result_key="result_${server}_${client}"
87-
# Access the output using the correct syntax
88-
# result_value="${{ needs.interop-tests.outputs[result_key] }}"
89-
# echo "| ${server} | ${client} | ${result_value} |" >> DataChannel_Echo_test_results.md
90-
# done
91-
#done
92-
9383
cat DataChannel_Echo_test_results.md
9484
9585
- name: Commit the results to the git repository

0 commit comments

Comments
 (0)