Skip to content

Commit

Permalink
Updated action file
Browse files Browse the repository at this point in the history
  • Loading branch information
bhanu-lab committed Dec 30, 2024
1 parent a55a0f1 commit 53aae3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-macsetup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ jobs:
else
echo "$name validation failed."
all_installed=false
break
fi
else
echo "No validation command provided for $name."
fi
done
echo "is all installed: $all_installed"
if [ "$all_installed" = false ]; then
echo "Some tools are not installed correctly."
exit 1
Expand Down

0 comments on commit 53aae3e

Please sign in to comment.