Skip to content

Commit

Permalink
fix rpcdaemon kill
Browse files Browse the repository at this point in the history
  • Loading branch information
mriccobene committed Feb 6, 2024
1 parent 72138ae commit a41fe45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/rpc-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ jobs:
if kill -0 $RPC_DAEMON_PID 2> /dev/null; then
echo "Terminating rpc-daemon"
kill $RPC_DAEMON_PID
wait $RPC_DAEMON_PID
else
echo "rpc-daemon has already terminated"
fi
Expand Down

0 comments on commit a41fe45

Please sign in to comment.