Allow HLS test to wait for stream changes
This commit is contained in:
7
.github/workflows/hls-tests.yml
vendored
7
.github/workflows/hls-tests.yml
vendored
@@ -28,5 +28,10 @@ jobs:
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '1.18.8'
|
||||
|
||||
- name: Run HLS tests
|
||||
run: cd test/automated/hls && ./run.sh
|
||||
uses: nick-fields/retry@v2
|
||||
with:
|
||||
timeout_minutes: 10
|
||||
max_attempts: 3
|
||||
command: cd test/automated/hls && ./run.sh
|
||||
|
||||
Reference in New Issue
Block a user