Update config.yml

This commit is contained in:
2019-02-23 17:13:20 +11:00
committed by GitHub
parent 7c44b1dfef
commit e829cde971

View File

@@ -22,7 +22,7 @@ jobs:
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 MainActivityTest command: ./gradlew ExampleInstrumentedTest
# 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/