From 050e98f1576b4eeb6b6141869fe5df4d6828de9d Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Tue, 24 Jan 2017 14:12:38 -0700 Subject: [PATCH] Fixed report location --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index fb598ffe0..4d1f54286 100644 --- a/circle.yml +++ b/circle.yml @@ -10,7 +10,7 @@ test: - npm run lint - ./bin/cli settings init - sleep 5 - - MOCHA_FILE=junit/test-results.xml NPM_PACKAGE_CONFIG_MOCHA_REPORTER=mocha-junit-reporter npm run test + - MOCHA_FILE=$CIRCLE_TEST_REPORTS/junit/test-results.xml NPM_PACKAGE_CONFIG_MOCHA_REPORTER=mocha-junit-reporter npm run test deployment: release: