Add test for pion-to-pion example

Also add new GitHub Actions workflow to run tests for example apps
This commit is contained in:
Artur Shellunts
2022-11-04 16:21:11 +01:00
parent 25624d6371
commit 2e42dfdd4b
3 changed files with 35 additions and 0 deletions

19
.github/workflows/examples-tests.yaml vendored Normal file
View 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