github.com/pion/webrtc/v4@v4.0.1/.github/workflows/browser-e2e.yaml (about) 1 # SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly> 2 # SPDX-License-Identifier: MIT 3 name: Browser E2E 4 on: 5 pull_request: 6 branches: 7 - master 8 push: 9 branches: 10 - master 11 12 jobs: 13 e2e-test: 14 name: Test 15 runs-on: ubuntu-latest 16 steps: 17 - name: checkout 18 uses: actions/checkout@v4 19 - name: test 20 run: | 21 docker build -t pion-webrtc-e2e -f e2e/Dockerfile . 22 docker run -i --rm pion-webrtc-e2e