Skip to content

Add SIP publish DTMF feature (#1277) #3306

Add SIP publish DTMF feature (#1277)

Add SIP publish DTMF feature (#1277) #3306

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: ESLint
run: pnpm lint
- name: Prettier
run: pnpm format:check
- name: Run Tests
run: pnpm test
- name: Check browser target compatibility
run: |
pnpm build
pnpm compat