forked from External/mediamtx
move high-level tests into dedicate workflow (#1219)
This commit is contained in:
parent
a4363dfaa3
commit
bf14467331
28 changed files with 724 additions and 445 deletions
20
.github/workflows/test_highlevel.yml
vendored
Normal file
20
.github/workflows/test_highlevel.yml
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
name: test_highlevel
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: "1.19"
|
||||
|
||||
- run: make test-highlevel-nodocker
|
||||
Loading…
Add table
Add a link
Reference in a new issue