mediamtx/.github/workflows/test.yml

19 lines
210 B
YAML
Raw Normal View History

2020-12-04 22:22:39 +00:00
name: test
on:
push:
2020-12-15 12:38:23 +00:00
branches: [master]
2020-12-04 22:22:39 +00:00
pull_request:
2020-12-15 12:38:23 +00:00
branches: [master]
2020-12-04 22:22:39 +00:00
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: make test