From ef5b7e97bb4811b5198c8d0777956db672cab0e4 Mon Sep 17 00:00:00 2001 From: hmalik144 Date: Sat, 23 Feb 2019 17:00:50 +1100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 61365be..2825ab5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,10 +21,10 @@ jobs: - ~/.gradle key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }} - run: - name: Run UnitTest - command: ./gradlew testDemoDebugUnitTest -# name: Run Tests -# command: ./gradlew lint test +# 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