Skip to content

Round balance of gas estimation #361

Round balance of gas estimation

Round balance of gas estimation #361

Workflow file for this run

name: ci
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- run: npm i
- run: npm run setup
- run: npm run build
- run: npx ganache-cli &
- run: npm test
- run: npm run lint