#!/bin/bash # # This assumes all of the OS-level configuration has been completed and git repo has already been cloned # # This script should be run from the repo's deployment directory # cd deployment # ./run-unit-tests.sh # echo "------------------------------------------------------------------------------" echo "Nothing to execute on unit tests" echo "------------------------------------------------------------------------------"