From 6dae09ec60fe6af2d8ae6b8c14aa0fce17c3c662 Mon Sep 17 00:00:00 2001 From: hmalik144 Date: Sat, 16 May 2020 12:13:36 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 86a348a..32eaee4 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 UnitTest -# command: ./gradlew ExampleInstrumentedTest + name: Run UnitTest + command: ./gradlew RepositoryNetworkTest + name: Run UnitTest + command: ./gradlew RepositoryStorageTest name: Run Tests command: ./gradlew lint test - store_artifacts: # for display in Artifacts: https://circleci.com/docs/2.0/artifacts/