Skip to content

Commit

Permalink
added echo
Browse files Browse the repository at this point in the history
  • Loading branch information
kdivya153 committed Sep 18, 2024
1 parent 5a3e856 commit 5d164ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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({
Expand Down

0 comments on commit 5d164ca

Please sign in to comment.