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
+8-6
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ jobs:
34
34
steps:
35
35
- name: Set up result array
36
36
run: echo "RESULTS=[]" >> $GITHUB_ENV
37
+
37
38
- name: Data Channel test for server ${{ matrix.server }} and ${{ matrix.client }} client
38
39
id: check_connection
39
40
run: |
@@ -42,14 +43,11 @@ jobs:
42
43
echo "Check connection for ${{ matrix.server }} server and ${{ matrix.client }} client result $result."
43
44
echo "::set-output name=TEST_RESULT::$result"
44
45
continue-on-error: true
46
+
45
47
- name: Record result
46
48
run: |
47
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