diff --git a/.github/workflows/ci-zk-toolbox-reusable.yml b/.github/workflows/ci-zk-toolbox-reusable.yml index d00856a17c73..83ec7d1f5dc3 100644 --- a/.github/workflows/ci-zk-toolbox-reusable.yml +++ b/.github/workflows/ci-zk-toolbox-reusable.yml @@ -101,16 +101,15 @@ jobs: - name: Run external node server run: | ci_run zk_inception external-node configs --db-url=postgres://postgres:notsecurepassword@postgres:5432 \ - --db-name=zksync_en_localhost_era --l1-rpc-url=http://reth:8545 - ci_run zk_inception external-node init --ignore-prerequisites - ci_run zk_inception external-node run --ignore-prerequisites &>external_node.log & + --db-name=zksync_en_localhost_era --l1-rpc-url=http://reth:8545 + ci_run zk_inception external-node init --ignore-prerequisites + ci_run zk_inception external-node run --ignore-prerequisites &>external_node.log & ci_run sleep 5 - name: Run integration tests en run: | ci_run zk_supervisor integration-tests --ignore-prerequisites --verbose --external-node - - name: Show server.log logs if: always() run: ci_run cat server.log || true