Last active
April 3, 2020 13:53
-
-
Save WeeHorse/27dff5d86417c0d869c95f374a76782a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm test | |
TEST_RESULT=$? | |
if [ $TEST_RESULT -eq 0 ] | |
then echo "Tests passed. Committing..." | |
else echo "Testing your changes has failed! Commit will be aborted." && exit 1 | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment