File tree 2 files changed +14
-5
lines changed
2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 41
41
shell : bash
42
42
run : yarn test:integration:fork:mainnet
43
43
env :
44
+ MAINNET_RPC_URL : http://localhost:8555
44
45
LOG_LEVEL : debug
Original file line number Diff line number Diff line change @@ -19,11 +19,19 @@ jobs:
19
19
20
20
services :
21
21
hardhat-node :
22
- image : ghcr.io/lidofinance/hardhat-node:2.22.19.2 -shanghai
22
+ image : ghcr.io/lidofinance/hardhat-node:2.22.19.3 -shanghai
23
23
ports :
24
24
- 8545:8545
25
25
env :
26
26
ETH_RPC_URL : " https://mainnet.infura.io/v3/${{ secrets.WEB3_INFURA_PROJECT_ID }}"
27
+
28
+ hardhat-node-fork :
29
+ image : ghcr.io/lidofinance/hardhat-node:2.22.19.3-shanghai
30
+ ports :
31
+ - 8555:8545
32
+ env :
33
+ ETH_RPC_URL : " http://hardhat-node:8545"
34
+
27
35
steps :
28
36
- uses : actions/checkout@v4
29
37
@@ -38,10 +46,10 @@ jobs:
38
46
infura : ${{ secrets.WEB3_INFURA_PROJECT_ID }}
39
47
etherscan : ${{ secrets.ETHERSCAN_TOKEN }}
40
48
41
- # - name: Core tests
42
- # uses: ./.github/actions/core_tests
43
- # with:
44
- # vote: "normal"
49
+ - name : Core tests
50
+ uses : ./.github/actions/core_tests
51
+ with :
52
+ vote : " normal"
45
53
46
54
- name : Scripts tests
47
55
uses : ./.github/actions/scripts_tests
You can’t perform that action at this time.
0 commit comments