Skip to content

close #26

close #26 #4

Workflow file for this run

name: CI Pipeline
on:
pull_request:
push:
branches: main
jobs:
test:
runs-on: ubuntu-latest
steps:
# - uses: actions/checkout@v3
# - uses: actions/setup-node@v3
# - run: yarn install
# - run: SOLIDITY_COVERAGE=true npx hardhat coverage
- uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageCommand: SOLIDITY_COVERAGE=true npx hardhat coverage
# lint:
# scripts: