From 7cb597886a1ad5239ffcba1558267580ce3c6090 Mon Sep 17 00:00:00 2001 From: Raneet Debnath Date: Fri, 25 Nov 2022 16:20:43 +0530 Subject: [PATCH] CI: echo peers and block no. --- integration-tests/bor_health.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/integration-tests/bor_health.sh b/integration-tests/bor_health.sh index 0be1d8257f..a4ddb540cf 100644 --- a/integration-tests/bor_health.sh +++ b/integration-tests/bor_health.sh @@ -9,4 +9,7 @@ do if [[ -n "$peers" ]] && [[ -n "$block" ]]; then break fi -done \ No newline at end of file +done + +echo $peers +echo $block \ No newline at end of file