Skip to content

test: add listen callback multiple test #37

test: add listen callback multiple test

test: add listen callback multiple test #37

Workflow file for this run

name: test
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '14.x'
- run: yarn install
- run: npm run build
- run: npm run test
- run: npm run test:coverage
- run: npm run codecov