From 8905ee440b50a5f660f17eaa0068946575d0c18f Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Mon, 30 Oct 2017 20:42:11 -0700 Subject: [PATCH] Changed store_test_results path. --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0544709..a8eea21 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,7 +31,7 @@ jobs: command: ./gradlew check - store_artifacts: - path: build/reports + 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