Skip to content

Commit 616458c

Browse files
committed
Env var for results, try again again.
1 parent a9d72c2 commit 616458c

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
@@ -48,8 +48,8 @@ jobs:
4848
# echo "${{ matrix.server }},${{ matrix.client }},${{ steps.check_connection.outputs.TEST_RESULT }}" >> ${{ matrix.server }}_${{ matrix.client }}_result.csv
4949
# Append the result to the environment variable
5050
echo "RESULTS+=['${{ matrix.server }}','${{ matrix.client }}','${{ steps.check_connection.outputs.TEST_RESULT }}']" >> $GITHUB_ENV
51-
echo "GITHUB_ENV=${{ GITHUB_ENV }}"
52-
echo "RESULTS=${{ RESULTS ||"
51+
echo "GITHUB_ENV=${GITHUB_ENV}"
52+
echo "RESULTS=${{ RESULTS }}"
5353
echo "env.RESULTS=${{ env.RESULTS }}"
5454
5555
# Job Description: Collates the results of the interop tests into a mark down table.

0 commit comments

Comments
 (0)