diff --git a/.github/workflows/ci-core-reusable.yml b/.github/workflows/ci-core-reusable.yml index a45fd9a5687..d730cc4e861 100644 --- a/.github/workflows/ci-core-reusable.yml +++ b/.github/workflows/ci-core-reusable.yml @@ -309,7 +309,7 @@ jobs: ci_run zk_inception chain deploy-and-bridge-zk --chain era --only-funding-tx --verbose - - name: Shut down Era server (sends the kill command to all zksync_server proccesses) + - name: Shut down Era server (sends the kill command to all era zksync_server proccesses) run: | # Find all processes in the same group as ERA_PID PIDS=$(pgrep -g $(ps -o pgid= $ERA_PID)) @@ -330,6 +330,9 @@ jobs: echo "No processes found in the same group as ERA_PID: $ERA_PID" fi + # Ensure the script exits successfully even if the processes were terminated + exit 0 + - name: Initialize gateway chain run: | ci_run zk_inception chain create \