diff --git a/.circleci/config.yml b/.circleci/config.yml index f9c1af4..787b192 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,4 +32,6 @@ jobs: command: ./gradlew test - store_test_results: - path: build/reports/ \ No newline at end of file + path: build/reports + - store_artifacts: + path: build/reports \ No newline at end of file