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
+13-22
Original file line number
Diff line number
Diff line change
@@ -32,6 +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
37
- name: Data Channel test for server ${{ matrix.server }} and ${{ matrix.client }} client
36
38
id: check_connection
37
39
run: |
@@ -43,7 +45,9 @@ jobs:
43
45
- name: Record result
44
46
run: |
45
47
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