From 9610cf931cb21226698536d921c2b549fc6df915 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sun, 22 Jan 2023 21:23:23 -0800 Subject: [PATCH] Add HLS test to Earthfile --- Earthfile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Earthfile b/Earthfile index f89db1e57..b0ae756c1 100644 --- a/Earthfile +++ b/Earthfile @@ -151,3 +151,11 @@ api-tests: WORKDIR /build/test/automated/api RUN npm install RUN ./run.sh + +hls-tests: + FROM --platform=linux/amd64 bdwyertech/go-crosscompile + RUN apk add npm font-noto && fc-cache -f + COPY . /build + WORKDIR /build/test/automated/hls + RUN npm install + RUN ./run.sh