From 446b2b5f5a73c979be9accb2c1eec7e1b91e7706 Mon Sep 17 00:00:00 2001 From: Yuri Tkachenko Date: Mon, 7 Oct 2024 13:52:13 +0100 Subject: [PATCH] ci: fix mine script --- .github/workflows/tests-integration-scratch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests-integration-scratch.yml b/.github/workflows/tests-integration-scratch.yml index 08f679ec6..714bfc043 100644 --- a/.github/workflows/tests-integration-scratch.yml +++ b/.github/workflows/tests-integration-scratch.yml @@ -1,6 +1,6 @@ name: Integration Tests -on: [push] +on: [ push ] jobs: test_hardhat_integration_scratch: @@ -36,7 +36,7 @@ jobs: NETWORK_STATE_DEFAULTS_FILE: "scripts/scratch/deployed-testnet-defaults.json" - name: Finalize scratch deployment - run: yarn hardhat --network local run --no-compile scripts/scratch/send-hardhat-mine.ts + run: yarn hardhat --network local run --no-compile scripts/utils/mine.ts - name: Run integration tests run: yarn test:integration:fork:local