Skip to content

Merge pull request #29 from TogetherCrew/ci #7

Merge pull request #29 from TogetherCrew/ci

Merge pull request #29 from TogetherCrew/ci #7

Workflow file for this run

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