aboutsummaryrefslogtreecommitdiffstats
path: root/jenkins_build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jenkins_build.sh')
-rwxr-xr-xjenkins_build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/jenkins_build.sh b/jenkins_build.sh
index 68013721..d4f66c11 100755
--- a/jenkins_build.sh
+++ b/jenkins_build.sh
@@ -28,11 +28,12 @@ rm -f angular.js.size
npm install --color false
grunt ci-checks package --no-color
+# DOCS generator unit tests #
+grunt test:docgen --no-color
# UNIT TESTS #
grunt test:unit --browsers $BROWSERS --reporters=dots,junit --no-colors --no-color
-
# END TO END TESTS #
grunt test:e2e --browsers $BROWSERS_E2E --reporters=dots,junit --no-colors --no-color