From 4ac5b3abd8fe11be470fcf46b45dea7f5cad9b5e Mon Sep 17 00:00:00 2001 From: hmalik144 Date: Sat, 23 Feb 2019 16:45:49 +1100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e4dd000..524255a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,7 +22,7 @@ jobs: key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }} - run: name: Run Tests - command: ./gradlew lint test + command: ./gradlew testDemoDebugUnitTest - store_artifacts: # for display in Artifacts: https://circleci.com/docs/2.0/artifacts/ path: app/build/reports destination: reports