Skip to content

fix(voice): wideband 16 kbps capture + disable mic gates that cut sof… #31

fix(voice): wideband 16 kbps capture + disable mic gates that cut sof…

fix(voice): wideband 16 kbps capture + disable mic gates that cut sof… #31

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn test