Skip to content

Merge pull request #44 from yo35/dependabot/npm_and_yarn/babel/traver… #31

Merge pull request #44 from yo35/dependabot/npm_and_yarn/babel/traver…

Merge pull request #44 from yo35/dependabot/npm_and_yarn/babel/traver… #31

Workflow file for this run

name: 'Build'
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: latest
- run: npm ci
- run: npm test
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: './build/coverage/lcov.info'