From 491fdfa55ea94bd7dee5849f788b1c9264b20013 Mon Sep 17 00:00:00 2001 From: Jonathan Putney Date: Wed, 13 Nov 2019 21:21:09 -0500 Subject: [PATCH] Setting up test summary --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bdfec5a..5f62c7a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -91,7 +91,7 @@ jobs: # Upload results - store_test_results: - path: reports + path: ./reports/mocha/test-results.xml - store_artifacts: path: ./reports/mocha/test-results.xml