Skip to content

Commit 42c40aa

Browse files
committed
Exclude webrtc-rs from tests due to failing docker image build.
1 parent 7a70360 commit 42c40aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/datachannel_echo-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
echo "Result for ${{ matrix.server }} server and ${{ matrix.client }} client, outcome ${{ steps.check_connection.outcome }}, result ${{ steps.check_connection.outputs.TEST_RESULT }}."
4646
echo "${{ matrix.server }},${{ matrix.client }},${{ steps.check_connection.outputs.TEST_RESULT }}" >> ${{ matrix.server }}_${{ matrix.client }}_result.csv
4747
- name: Upload result
48-
uses: actions/upload-artifact@v2
48+
uses: actions/upload-artifact@v4
4949
with:
5050
name: results
5151
path: |

.github/workflows/peerconnection-test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
library: ["sipsorcery", "aiortc", "werift", "pion", "libdatachannel", "webrtc-rs"]
22+
library: ["sipsorcery", "aiortc", "werift", "pion", "libdatachannel"] # "webrtc-rs"
2323
steps:
2424
- uses: actions/checkout@v2
2525
- name: Update submodules
@@ -38,8 +38,8 @@ jobs:
3838
runs-on: ubuntu-latest
3939
strategy:
4040
matrix:
41-
server: ["sipsorcery", "aiortc", "werift", "pion", "libdatachannel", "gstreamer", "libwebrtc", "kurento", "janus", "webrtc-rs"]
42-
client: ["sipsorcery", "aiortc", "werift", "pion", "libdatachannel", "webrtc-rs"]
41+
server: ["sipsorcery", "aiortc", "werift", "pion", "libdatachannel", "gstreamer", "libwebrtc", "kurento", "janus"] # "webrtc-rs"
42+
client: ["sipsorcery", "aiortc", "werift", "pion", "libdatachannel"] # "webrtc-rs"
4343
needs: [build-docker-images]
4444
services:
4545
echo-test-server:

0 commit comments

Comments
 (0)