Skip to content

Commit 51b60e8

Browse files
committed
Got a JSON oject in the result now at least.
1 parent 689d8e9 commit 51b60e8

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
@@ -50,9 +50,9 @@ jobs:
5050
id: set_output
5151
run: |
5252
# Combine the results directly into a single output variable
53-
echo "RESULTS+=('${{ matrix.server }},${{ matrix.client }},${{ steps.check_connection.outputs.TEST_RESULT }}')" >> $GITHUB_ENV
53+
echo "${{ matrix.server }},${{ matrix.client }},${{ steps.check_connection.outputs.TEST_RESULT }}" >> "$GITHUB_OUTPUT"
5454
# Set the combined output for this job
55-
echo "results=$(echo "${RESULTS[@]}" | tr '\n' ' ')" >> $GITHUB_OUTPUT
55+
#echo "results=$(echo "${RESULTS[@]}" | tr '\n' ' ')" >> $GITHUB_OUTPUT
5656
5757
# Job Description: Collates the results of the interop tests into a mark down table.
5858
collate:

0 commit comments

Comments
 (0)