mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
stop script after test execution
This commit is contained in:
@@ -175,11 +175,13 @@ fi
|
|||||||
if $EXEC_TEST == true; then
|
if $EXEC_TEST == true; then
|
||||||
echo "====== Demo shell Test ====="
|
echo "====== Demo shell Test ====="
|
||||||
npm run test || exit 1
|
npm run test || exit 1
|
||||||
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if $EXEC_E2E == true; then
|
if $EXEC_E2E == true; then
|
||||||
echo "====== Demo shell e2e ====="
|
echo "====== Demo shell e2e ====="
|
||||||
npm run e2e
|
npm run e2e
|
||||||
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if $EXEC_START == true; then
|
if $EXEC_START == true; then
|
||||||
|
Reference in New Issue
Block a user