File tree 1 file changed +31
-29
lines changed
1 file changed +31
-29
lines changed Original file line number Diff line number Diff line change 1
1
name : Integration Tests
2
- # on: [push]
3
- #
4
- # jobs:
5
- # test_hardhat_integration_fork:
6
- # name: Hardhat / Mainnet
7
- # runs-on: ubuntu-latest
8
- # timeout-minutes: 120
9
- #
10
- # services:
11
- # hardhat-node:
12
- # image: ghcr.io/lidofinance/hardhat-node:2.22.18
13
- # ports:
14
- # - 8545:8545
15
- # env:
16
- # ETH_RPC_URL: "${{ secrets.ETH_RPC_URL }}"
17
- #
18
- # steps:
19
- # - uses: actions/checkout@v4
20
- #
21
- # - name: Common setup
22
- # uses: ./.github/workflows/setup
23
- #
24
- # - name: Set env
25
- # run: cp .env.example .env
26
- #
27
- # - name: Run integration tests
28
- # run: yarn test:integration:fork:mainnet
29
- # env:
30
- # LOG_LEVEL: debug
2
+
3
+ # Temporary do not run automatically
4
+ on : workflow_dispatch
5
+
6
+ jobs :
7
+ test_hardhat_integration_fork :
8
+ name : Hardhat / Mainnet
9
+ runs-on : ubuntu-latest
10
+ timeout-minutes : 120
11
+
12
+ services :
13
+ hardhat-node :
14
+ image : ghcr.io/lidofinance/hardhat-node:2.22.18
15
+ ports :
16
+ - 8545:8545
17
+ env :
18
+ ETH_RPC_URL : " ${{ secrets.ETH_RPC_URL }}"
19
+
20
+ steps :
21
+ - uses : actions/checkout@v4
22
+
23
+ - name : Common setup
24
+ uses : ./.github/workflows/setup
25
+
26
+ - name : Set env
27
+ run : cp .env.example .env
28
+
29
+ - name : Run integration tests
30
+ run : yarn test:integration:fork:mainnet
31
+ env :
32
+ LOG_LEVEL : debug
You can’t perform that action at this time.
0 commit comments