Merge pull request #915 from lidofinance/feat/dashboard-ux-updates #561
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Integration Tests | |
#on: [push] | |
# | |
#jobs: | |
# test_hardhat_integration_fork: | |
# name: Hardhat / Mainnet | |
# runs-on: ubuntu-latest | |
# timeout-minutes: 120 | |
# | |
# services: | |
# hardhat-node: | |
# image: ghcr.io/lidofinance/hardhat-node:2.22.18 | |
# ports: | |
# - 8545:8545 | |
# env: | |
# ETH_RPC_URL: "${{ secrets.ETH_RPC_URL }}" | |
# | |
# steps: | |
# - uses: actions/checkout@v4 | |
# | |
# - name: Common setup | |
# uses: ./.github/workflows/setup | |
# | |
# - name: Set env | |
# run: cp .env.example .env | |
# | |
# - name: Run integration tests | |
# run: yarn test:integration:fork:mainnet | |
# env: | |
# LOG_LEVEL: debug |