Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ping-ke committed Aug 2, 2024
1 parent 3c8b012 commit fd2fb45
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,23 @@ jobs:

- name: Checkout Contracts
run: |
pwd
cd ../storage-contracts-v1
git checkout integration-test
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"
echo $ES_NODE_CONTRACT_ADDRESS
- name: Build and Run Bootnode Node
run: |
pwd
cd ../es-node
make
./run-l2-it-rpc.sh > es-node-it-bootnode.log&
- name: Upload Blobs
run: |
pwd
cd ../ethstorage-sdk
git checkout integration-test
git pull
Expand Down

0 comments on commit fd2fb45

Please sign in to comment.