From fa985acd14372f93553b83d3713dd210dde4a4f9 Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Thu, 26 Jan 2017 14:45:02 -0700 Subject: [PATCH] Update circle.yml --- circle.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/circle.yml b/circle.yml index 160bc7bb9..6009a88e6 100644 --- a/circle.yml +++ b/circle.yml @@ -21,6 +21,8 @@ test: override: # Run the tests using the junit reporter. - MOCHA_FILE=$CIRCLE_TEST_REPORTS/junit/test-results.xml NPM_PACKAGE_CONFIG_MOCHA_REPORTER=mocha-junit-reporter npm run test + # Run the e2e test suite + - npm run e2e deployment: release: