From e0b93d1fe7297302b03d54107ad32a8b4430281b Mon Sep 17 00:00:00 2001 From: pingke Date: Wed, 18 Sep 2024 14:01:49 +0800 Subject: [PATCH] debug --- .github/workflows/integration-test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index ab4ddab6..82cff495 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -31,7 +31,6 @@ jobs: git pull npm install git submodule init && git submodule update - npx hardhat run scripts/deployL2-it.js --network qkc_testnet >> deploy.log echo ES_NODE_CONTRACT_ADDRESS=`cat .caddr` >> "$GITHUB_ENV" - name: Build and Run Bootnode Node