Skip to content

Shorten the seal status update check interval and minSealStartTime to… #32

Shorten the seal status update check interval and minSealStartTime to…

Shorten the seal status update check interval and minSealStartTime to… #32

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ mainnet ]
pull_request:
branches: [ mainnet ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
- run: npm ci --no-audit
- run: npm run lint --if-present
- run: npm test
- run: npm run build --if-present
env:
CI: true