Skip to content

test: fix vebo and ao edge cases #107

test: fix vebo and ao edge cases

test: fix vebo and ao edge cases #107

Workflow file for this run

name: Normal vote CI
on:
push:
branches-ignore:
- "large-vote_**"
jobs:
run-tests-normal:
name: Brownie fork NORMAL tests
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
- name: Main action
uses: ./.github/actions/brownie_fork_tests
with:
vote: "normal"
infura: ${{ secrets.WEB3_INFURA_PROJECT_ID }}
etherscan: ${{ secrets.ETHERSCAN_TOKEN }}