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:
2021-01-29 08:58:51 +00:00
branches: [ main ]
2020-12-04 22:22:39 +00:00
pull_request:
2021-01-29 08:58:51 +00:00
branches: [ main ]
2020-12-04 22:22:39 +00:00
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: make test