Update config.yml

This commit is contained in:
2019-02-23 17:17:37 +11:00
committed by GitHub
parent e829cde971
commit ffb6db4dfc

View File

@@ -21,10 +21,10 @@ jobs:
- ~/.gradle
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
- run:
name: Run UnitTest
command: ./gradlew ExampleInstrumentedTest
# name: Run Tests
# command: ./gradlew lint test
# name: Run UnitTest
# command: ./gradlew ExampleInstrumentedTest
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