diff --git a/_ci/build.sh b/_ci/build.sh index ba86a7e..a5f325e 100755 --- a/_ci/build.sh +++ b/_ci/build.sh @@ -2,6 +2,21 @@ set -e; +echo "$(tput setaf 136)" +echo "=============================================" +echo " Starting tests " +echo "=============================================" +echo "$(tput sgr0)" # reset + +npm test + +echo "$(tput setaf 64)" # green +echo "---------------------------------------------" +echo " ✓ done testing" +echo "---------------------------------------------" +echo "$(tput sgr0)" # reset + + echo "$(tput setaf 136)" echo "=============================================" echo " Starting build "