Skip to content

DE-7267: HLS-I option to disable intermission #111

DE-7267: HLS-I option to disable intermission

DE-7267: HLS-I option to disable intermission #111

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Build
runs-on: [ubuntu-latest]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
cache: npm
- name: NPM Install
run: npm ci
- name: Build
run: npm run build
- name: Test
run: npm run test