Skip to content

Merge pull request #70 from webitel/fix/call-chat-stucking #15

Merge pull request #70 from webitel/fix/call-chat-stucking

Merge pull request #70 from webitel/fix/call-chat-stucking #15

Workflow file for this run

name: Widget CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: npm ci
- run: npm run test:unit