Skip to content

update foundry.toml with configuration settings to fix forge build is… #122

update foundry.toml with configuration settings to fix forge build is…

update foundry.toml with configuration settings to fix forge build is… #122

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
run-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: actions/setup-node@v2
- name: Install dev dependencies
run: npm install
- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
with:
version: nightly
# - name: Run lint check
# run: npm run lint:check
- name: Run tests
run: forge test
- name: run coverage
run: forge coverage |sed -e '10,30d'|sed -e '1,5d'