chore: remove finalizeUpgrade_v2 #539
This file contains hidden or 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: Integration Tests | |
| on: [push] | |
| jobs: | |
| test_hardhat_integration_fork: | |
| name: Hardhat / Hoodi | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 120 | |
| env: | |
| NODE_OPTIONS: --max_old_space_size=10240 | |
| SKIP_GAS_REPORT: true | |
| SKIP_CONTRACT_SIZE: true | |
| SKIP_INTERFACES_CHECK: true | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Common setup | |
| uses: ./.github/workflows/setup | |
| - name: Run integration tests | |
| run: yarn test:integration | |
| env: | |
| RPC_URL: "${{ secrets.HOODI_RPC_URL }}" | |
| NETWORK_STATE_FILE: deployed-hoodi.json |