Skip to content

Commit 1c7abcb

Browse files
committed
ci: disable Hardhat / Mainnet tests
1 parent ebd830d commit 1c7abcb

File tree

1 file changed

+31
-29
lines changed

1 file changed

+31
-29
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,32 @@
11
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

0 commit comments

Comments
 (0)