Skip to content

Merge pull request #48 from yo35/dependabot/npm_and_yarn/elliptic-6.6.0 #54

Merge pull request #48 from yo35/dependabot/npm_and_yarn/elliptic-6.6.0

Merge pull request #48 from yo35/dependabot/npm_and_yarn/elliptic-6.6.0 #54

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@v4
- uses: actions/setup-node@v4
with:
node-version: latest
- run: npm ci
- run: npm test
- uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: './build/coverage/lcov.info'