From c2ff3fce660812f94b8790a26da6b5b861c7e389 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Mon, 30 Oct 2017 20:40:26 -0700 Subject: [PATCH] Changed store_test_results path. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 555e2de..a8eea21 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -34,4 +34,4 @@ jobs: path: build/reports/ destination: reports - store_test_results: - path: build/reports/tests/test \ No newline at end of file + path: build/reports/ \ No newline at end of file