Skip to content

Add a setting hybridSwitchBufferTime to use instead of bufferTimeDefa… #54

Add a setting hybridSwitchBufferTime to use instead of bufferTimeDefa…

Add a setting hybridSwitchBufferTime to use instead of bufferTimeDefa… #54

Workflow file for this run

name: verify_branch
on:
push:
branches:
- '**'
- '!master'
- '!development'
- '!v4_main'
- '!v4_development'
jobs:
build_and_unit_test:
runs-on: ubuntu-24.04
steps:
# On push events, actions/checkout checks out the branch directly (no merge with a target branch).
# This only verifies the branch in isolation, unlike pull_request events which test a merge commit.
- uses: actions/checkout@v4
- name: Setup dash.js
uses: ./.github/actions/setup-dashjs
- name: Build and run unit tests
run: npm run build