Skip to content

ChainlinkOEVWrapper + ChainlinkOEVMorphoWrapper #97

ChainlinkOEVWrapper + ChainlinkOEVMorphoWrapper

ChainlinkOEVWrapper + ChainlinkOEVMorphoWrapper #97

Workflow file for this run

name: Hook Tests
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
env:
MOONBEAM_RPC_URL: ${{secrets.MOONBEAM_RPC_URL}}
FOUNDRY_PROFILE: ci
jobs:
hook-tests:
name: Hook Tests (Unit + Integration)
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
submodules: recursive
- name: Setup Environment
uses: ./.github/actions
- name: Run Hook Tests
uses: nick-fields/retry@v3
with:
polling_interval_seconds: 30
retry_wait_seconds: 60
timeout_minutes: 20
max_attempts: 3
command: time forge test --match-contract Hook --fork-url moonbeam -vvv