This repository has been archived by the owner on Jan 26, 2024. It is now read-only.
fix: add ratio to ERC20Validator #1061
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
pull_request: | |
branches: | |
- master | |
- develop | |
name: test | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v3 | |
with: | |
submodules: recursive | |
token: ${{ secrets.MY_REPO_PAT }} | |
- uses: actions/setup-node@v3 | |
with: | |
node-version: 16 | |
- run: yarn | |
- uses: onbjerg/foundry-toolchain@v1 | |
- run: forge test --ffi --no-match-contract ForkedTest |