updating the output with a test passing message

This commit is contained in:
Joseph Flinn 2021-05-12 15:44:27 -07:00
parent 0a39d631b0
commit 626da7d506
2 changed files with 4 additions and 0 deletions

View File

@ -79,6 +79,8 @@ jobs:
if [[ $errors -eq 1 ]]; then
exit 1
else
echo "Test passed"
fi
- name: npm setup & test

View File

@ -107,6 +107,8 @@ jobs:
if [[ $errors -eq 1 ]]; then
exit 1
else
echo "Test passed"
fi
- name: gulp