Files
webrtc/.github/workflows/examples-tests.yaml
T
2026-04-05 21:56:18 +02:00

21 lines
410 B
YAML

# SPDX-FileCopyrightText: 2026 The Pion community <https://pion.ly>
# SPDX-License-Identifier: MIT
name: Examples Tests
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
pion-to-pion-test:
name: Test
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v6
- name: test
run: cd examples/pion-to-pion && ./test.sh