Skip to content

test: add more than 54 days of reports #473

test: add more than 54 days of reports

test: add more than 54 days of reports #473

Workflow file for this run

name: Normal vote CI
on:
push:
branches-ignore:
- "master"
- "feat/tests"
- "feat/rc3"
- "feat/rc2"
- "feat/rc1"
- "feat/next-vote"
jobs:
run-tests-normal:
name: Brownie fork NORMAL tests
runs-on: "ubuntu-latest"
timeout-minutes: 100
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 }}