Skip to content

Merge pull request #404 from ant-media/fix/issue-5645 #191

Merge pull request #404 from ant-media/fix/issue-5645

Merge pull request #404 from ant-media/fix/issue-5645 #191

Workflow file for this run

name: Run JS Tests & Check Coverage
on: push
jobs:
run-js-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install --include=dev
- run: npm test
- run: npm run compile
- run: npm run codecov