From 6b663a74fedc8c4504d6acd633403a0ea3a96da2 Mon Sep 17 00:00:00 2001 From: Danil Date: Tue, 21 May 2024 13:37:01 +0200 Subject: [PATCH] use inception for running server Signed-off-by: Danil --- .github/workflows/ci-core-reusable.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-core-reusable.yml b/.github/workflows/ci-core-reusable.yml index 06051845a10c..03bdbfa5800a 100644 --- a/.github/workflows/ci-core-reusable.yml +++ b/.github/workflows/ci-core-reusable.yml @@ -161,11 +161,11 @@ jobs: # `sleep 60` because we need to wait until server added all the tokens - name: Run server run: | - ci_run zk server --uring --components api,tree,eth,state_keeper,housekeeper,commitment_generator &>server.log & + ci_run ./zk_toolbox/target/release/zk_inception server --components api,tree,eth,state_keeper,housekeeper,commitment_generator &>server.log & ci_run sleep 60 - - name: Deploy legacy era contracts - run: ci_run zk contract setup-legacy-bridge-era + # - name: Deploy legacy era contracts + # run: ci_run zk contract setup-legacy-bridge-era - name: Perform loadtest run: ci_run zk run loadtest