fix: tests #4
Workflow file for this run
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
name: Large vote CI | |
on: | |
push: | |
branches: | |
- "large-vote_**" | |
jobs: | |
run-tests-large: | |
name: Brownie fork LARGE tests | |
runs-on: [protocol-heavy-runners] | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Main action | |
uses: ./.github/actions/brownie_fork_tests | |
with: | |
vote: "large" | |
infura: ${{ secrets.WEB3_INFURA_PROJECT_ID }} | |
etherscan: ${{ secrets.ETHERSCAN_TOKEN }} |