Skip to content

Commit

Permalink
(fix): test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Raid Ateir committed Oct 23, 2024
1 parent 68a805e commit fe16190
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-core-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand All @@ -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 \
Expand Down

0 comments on commit fe16190

Please sign in to comment.