From 28f714f236297ab1b7ec10a80a956181b6417c09 Mon Sep 17 00:00:00 2001 From: hmalik144 Date: Sat, 23 Feb 2019 16:48:10 +1100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 524255a..61365be 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,8 +21,10 @@ jobs: - ~/.gradle key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }} - run: - name: Run Tests + name: Run UnitTest command: ./gradlew testDemoDebugUnitTest +# name: Run Tests +# command: ./gradlew lint test - store_artifacts: # for display in Artifacts: https://circleci.com/docs/2.0/artifacts/ path: app/build/reports destination: reports