diff --git a/.circleci/config.yml b/.circleci/config.yml index 2825ab5..a39ff44 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 MainActivityTest +# 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