diff --git a/jenkins/test_edge.sh b/jenkins/test_edge.sh index f66178914b..e33cef94fd 100755 --- a/jenkins/test_edge.sh +++ b/jenkins/test_edge.sh @@ -23,6 +23,7 @@ rake test_common/lib/capa || TESTS_FAILED=1 rake test_common/lib/xmodule || TESTS_FAILED=1 rake phantomjs_jasmine_lms || true rake phantomjs_jasmine_cms || true +rake xml html [ $TESTS_FAILED == '0' ] rake autodeploy_properties \ No newline at end of file diff --git a/jenkins/test_lms.sh b/jenkins/test_lms.sh index 90cc1dde13..b44e6b6f70 100755 --- a/jenkins/test_lms.sh +++ b/jenkins/test_lms.sh @@ -20,7 +20,8 @@ TESTS_FAILED=0 rake test_lms[false] || TESTS_FAILED=1 rake test_common/lib/capa || TESTS_FAILED=1 rake test_common/lib/xmodule || TESTS_FAILED=1 -rake phantomjs_jasmine_cms || true +rake phantomjs_jasmine_lms || true +rake xml html [ $TESTS_FAILED == '0' ] rake autodeploy_properties \ No newline at end of file