Skip to content

Merge pull request #141 from Cweili/dependabot/npm_and_yarn/rollup/pl… #97

Merge pull request #141 from Cweili/dependabot/npm_and_yarn/rollup/pl…

Merge pull request #141 from Cweili/dependabot/npm_and_yarn/rollup/pl… #97

Workflow file for this run

name: 'ci'
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
- run: npm install
- run: npm run build
- run: npm test -- --coverageReporters=lcov
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}