[dasher] Update circleci to show more information



commit 1dfd5aff9f71604248b14f7245d966f3016f959c
Author: Cagdas Evren Gerede <cagdasgerede users noreply github com>
Date:   Tue Apr 3 02:37:44 2018 +0300

    Update circleci to show more information
    
    - Show more output in `gradle test`
    - Store test report in circleci artifacts

 .circleci/config.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 718bb62b..443338cd 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -22,5 +22,7 @@ jobs:
             echo Switching to java directory
             cd java
             echo Running tests
-            gradle test
+            gradle test -i
+      - store_artifacts:
+          path:  build/reports/tests/test/
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]