Skip to content

Update module github.com/pion/transport/v2 to v2.2.0 #4207

Update module github.com/pion/transport/v2 to v2.2.0

Update module github.com/pion/transport/v2 to v2.2.0 #4207

Workflow file for this run

name: Browser E2E
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
e2e-test:
name: Test
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: test
run: |
docker build -t pion-webrtc-e2e -f e2e/Dockerfile .
docker run -i --rm pion-webrtc-e2e