From 9184ff0a7d6bcc5ad60bcb0425ff1bf6cbfdd46d Mon Sep 17 00:00:00 2001 From: pingke Date: Tue, 17 Sep 2024 23:05:46 +0800 Subject: [PATCH] resolve comment --- .github/workflows/integration-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 82cff495..ab4ddab6 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -31,6 +31,7 @@ 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