aboutsummaryrefslogtreecommitdiffstats
path: root/jenkins_build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jenkins_build.sh')
-rwxr-xr-xjenkins_build.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/jenkins_build.sh b/jenkins_build.sh
index 2dc69cbc..806eb0f2 100755
--- a/jenkins_build.sh
+++ b/jenkins_build.sh
@@ -24,15 +24,15 @@ grunt ci-checks package --no-color
mkdir -p test_out
-# 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:ci-protractor
+# DOCS APP TESTS #
+grunt test:docs --browsers $BROWSERS --reporters=dots,junit --no-colors --no-color
+
# Promises/A+ TESTS #
grunt test:promises-aplus --no-color