Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ping-ke committed Aug 10, 2024
1 parent 37d14d2 commit 4cb38a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]
jobs:
es-node-integration-test:
runs-on: self-hosted
timeout-minutes: 1440
timeout-minutes: 2880

steps:
- uses: actions/checkout@v3
Expand All @@ -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
Expand Down

0 comments on commit 4cb38a5

Please sign in to comment.