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
|
||||
echo "====== Demo shell Test ====="
|
||||
npm run test || exit 1
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if $EXEC_E2E == true; then
|
||||
echo "====== Demo shell e2e ====="
|
||||
npm run e2e
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if $EXEC_START == true; then
|
||||
|
Reference in New Issue
Block a user