From 5d164ca45eb2e8ee388fea92611640dea313b16b Mon Sep 17 00:00:00 2001 From: "Kandasamy, Divya" Date: Tue, 17 Sep 2024 22:13:54 -0400 Subject: [PATCH] added echo --- .github/workflows/utils.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/utils.sh b/.github/workflows/utils.sh index e349f53aa..db59df640 100755 --- a/.github/workflows/utils.sh +++ b/.github/workflows/utils.sh @@ -135,7 +135,7 @@ function runTests(){ echo "HELLO" # Check if the module directory exists echo "Checking if directory report/${MODULE} exists" - if [ ! -d report/${MODULE}]; then + if [ ! -d report/${MODULE} ]; then echo "Module directory report/${MODULE} does not exist." exit 1 fi @@ -150,7 +150,7 @@ function runTests(){ echo "report.json not found at report/${MODULE}/report.json" exit 1 fi - + echo "Checking for report generator" node -e ' const marge = require("mochawesome-report-generator/bin/cli-main"); marge({