Browse Source

Add HLS test to Earthfile

pull/2617/head
Gabe Kangas 3 years ago
parent
commit
9610cf931c
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 8
      Earthfile

8
Earthfile

@ -151,3 +151,11 @@ api-tests: @@ -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

Loading…
Cancel
Save