Skip to content

Add first-frame audio sniff and session-end summary diagnostic logs #94

Add first-frame audio sniff and session-end summary diagnostic logs

Add first-frame audio sniff and session-end summary diagnostic logs #94

Workflow file for this run

name: "Run tests"
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
runs-on: "ubuntu-latest"
steps:
- name: Checkout
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test