Split local and S3 HLS tests

This commit is contained in:
Gabe Kangas
2023-03-16 10:43:49 -07:00
committed by GitHub
parent 3b87320c77
commit 1a5e9b496a
2 changed files with 44 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
name: Automated HLS tests
name: HLS tests
on:
push:
@@ -42,9 +42,16 @@ jobs:
${{ runner.os }}-build-
${{ runner.os }}-
- name: Run HLS tests
- name: Local stroage
uses: nick-fields/retry@v2
with:
timeout_minutes: 10
max_attempts: 3
command: cd test/automated/hls && ./run.sh
- name: S3 storage
uses: nick-fields/retry@v2
with:
timeout_minutes: 10
max_attempts: 3
command: cd test/automated/hls && ./run-s3.sh