mirror of
https://github.com/pion/webrtc.git
synced 2025-09-26 19:21:12 +08:00
Add test for pion-to-pion example
Also add new GitHub Actions workflow to run tests for example apps
This commit is contained in:
19
.github/workflows/examples-tests.yaml
vendored
Normal file
19
.github/workflows/examples-tests.yaml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
name: Examples Tests
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
pion-to-pion-test:
|
||||
name: Test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: test
|
||||
run: cd examples/pion-to-pion && ./test.sh
|
||||
|
Reference in New Issue
Block a user