github.com/pion/webrtc/v4@v4.0.1/.github/workflows/examples-tests.yaml (about) 1 # SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly> 2 # SPDX-License-Identifier: MIT 3 name: Examples Tests 4 on: 5 pull_request: 6 branches: 7 - master 8 push: 9 branches: 10 - master 11 12 jobs: 13 pion-to-pion-test: 14 name: Test 15 runs-on: ubuntu-latest 16 steps: 17 - name: checkout 18 uses: actions/checkout@v4 19 - name: test 20 run: cd examples/pion-to-pion && ./test.sh