diff options
Diffstat (limited to 'jenkins_build.sh')
| -rwxr-xr-x | jenkins_build.sh | 6 |
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 |
