You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/datachannel_echo-test.yml
+10-10
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,8 @@ jobs:
32
32
options: "--name echo-server"
33
33
34
34
steps:
35
-
- name: Set up result array
36
-
run: echo "RESULTS=[]" >> $GITHUB_ENV
35
+
- name: Set up result file
36
+
run: echo "" > results.txt # Create or empty the results file
37
37
38
38
- name: Data Channel test for server ${{ matrix.server }} and ${{ matrix.client }} client
39
39
id: check_connection
@@ -47,7 +47,8 @@ jobs:
47
47
- name: Record result
48
48
run: |
49
49
echo "Result for ${{ matrix.server }} server and ${{ matrix.client }} client, outcome ${{ steps.check_connection.outcome }}, result ${{ steps.check_connection.outputs.TEST_RESULT }}."
0 commit comments