Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(build): update ci script to run the unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuawilson committed Mar 4, 2017
1 parent 246c1e1 commit c27efcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_unit_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ echo Using logfile $LOGFILE

# Running npm test
echo Running unit tests...
npm run test:unit | tee $LOGFILE ; UNIT_TEST_RESULT=${PIPESTATUS[0]}
npm run test | tee $LOGFILE ; UNIT_TEST_RESULT=${PIPESTATUS[0]}

if [ $UNIT_TEST_RESULT -eq 0 ]; then
echo 'Unit tests OK'
Expand Down

0 comments on commit c27efcb

Please sign in to comment.