Update config.yml

This commit is contained in:
2019-02-23 17:11:42 +11:00
committed by GitHub
parent 834213196b
commit 7c44b1dfef

View File

@@ -21,10 +21,10 @@ jobs:
- ~/.gradle - ~/.gradle
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }} key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
- run: - run:
# name: Run UnitTest name: Run UnitTest
# command: ./gradlew testDemoDebugUnitTest command: ./gradlew MainActivityTest
name: Run Tests # name: Run Tests
command: ./gradlew lint test # command: ./gradlew lint test
- store_artifacts: # for display in Artifacts: https://circleci.com/docs/2.0/artifacts/ - store_artifacts: # for display in Artifacts: https://circleci.com/docs/2.0/artifacts/
path: app/build/reports path: app/build/reports
destination: reports destination: reports