mediamtx/.github/workflows/test.yml
2020-12-15 14:14:24 +01:00

18 lines
210 B
YAML

name: test
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: make test