mirror of
https://github.com/bigchaindb/site.git
synced 2025-02-14 21:10:28 +01:00
add test command to CI build
This commit is contained in:
parent
03b01a57fa
commit
bfbb90c0dc
15
_ci/build.sh
15
_ci/build.sh
@ -2,6 +2,21 @@
|
|||||||
|
|
||||||
set -e;
|
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 "$(tput setaf 136)"
|
||||||
echo "============================================="
|
echo "============================================="
|
||||||
echo " Starting build "
|
echo " Starting build "
|
||||||
|
Loading…
Reference in New Issue
Block a user