updating the output with a test passing message
This commit is contained in:
parent
0a39d631b0
commit
626da7d506
|
@ -79,6 +79,8 @@ jobs:
|
||||||
|
|
||||||
if [[ $errors -eq 1 ]]; then
|
if [[ $errors -eq 1 ]]; then
|
||||||
exit 1
|
exit 1
|
||||||
|
else
|
||||||
|
echo "Test passed"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: npm setup & test
|
- name: npm setup & test
|
||||||
|
|
|
@ -107,6 +107,8 @@ jobs:
|
||||||
|
|
||||||
if [[ $errors -eq 1 ]]; then
|
if [[ $errors -eq 1 ]]; then
|
||||||
exit 1
|
exit 1
|
||||||
|
else
|
||||||
|
echo "Test passed"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: gulp
|
- name: gulp
|
||||||
|
|
Loading…
Reference in New Issue