Skip to content

Commit 8e7eda1

Browse files
committed
update ci
1 parent bfb338d commit 8e7eda1

File tree

1 file changed

+28
-5
lines changed

1 file changed

+28
-5
lines changed

.github/workflows/base-integration.yml

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Base
1+
name: Base
22

33
on: [pull_request]
44

@@ -121,7 +121,7 @@ jobs:
121121
retry_wait_seconds: 60
122122
timeout_minutes: 20
123123
max_attempts: 3
124-
command: time forge test --match-contract CypherIntegrationTest --fork-url base -vvv
124+
command: time forge test --match-contract CypherIntegrationTest --fork-url base -vvv
125125

126126
bounded-chainlink-composite-oracle:
127127
name: Bounded Chainlink Composite Oracle Test
@@ -147,8 +147,8 @@ jobs:
147147
max_attempts: 3
148148
command: time forge test --mc "ChainlinkBoundedCompositeOracleIntegrationTest" -vvv --ffi
149149

150-
chainlink-oracle-proxy:
151-
name: Chainlink Oracle Proxy Test
150+
chainlink-oev-wrapper:
151+
name: Chainlink OEV Wrapper Test
152152
runs-on: ubuntu-latest
153153
steps:
154154
- name: Checkout code
@@ -169,5 +169,28 @@ jobs:
169169
retry_wait_seconds: 60
170170
timeout_minutes: 20
171171
max_attempts: 3
172-
command: time forge test --mc "ChainlinkOracleProxyIntegrationTest" -vvv --ffi
172+
command: time forge test --mc "ChainlinkOEVWrapperIntegration" -vvv --ffi
173173

174+
chainlink-oev-morpho-wrapper:
175+
name: Chainlink OEV Morpho Wrapper Test
176+
runs-on: ubuntu-latest
177+
steps:
178+
- name: Checkout code
179+
uses: actions/checkout@v2
180+
with:
181+
submodules: recursive
182+
183+
- name: Setup Environment
184+
uses: ./.github/actions
185+
186+
- name: Setup MIPs Permissions
187+
uses: ./.github/actions/setup-mips-permissions
188+
189+
- name: Run Integration Tests
190+
uses: nick-fields/retry@v3
191+
with:
192+
polling_interval_seconds: 30
193+
retry_wait_seconds: 60
194+
timeout_minutes: 20
195+
max_attempts: 3
196+
command: time forge test --mc "ChainlinkOEVMorphoWrapperIntegration" -vvv --ffi

0 commit comments

Comments
 (0)