File tree 2 files changed +14
-4
lines changed
2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 9
9
10
10
runs :
11
11
using : " composite"
12
+
12
13
steps :
13
14
# Tests from core repo
14
15
- uses : actions/checkout@v4
41
42
shell : bash
42
43
run : yarn test:integration:fork:mainnet
43
44
env :
45
+ MAINNET_RPC_URL : http://localhost:8555
44
46
LOG_LEVEL : debug
Original file line number Diff line number Diff line change 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://localhost:8555"
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