Update config.yml

This commit is contained in:
2020-05-16 12:13:36 +01:00
committed by GitHub
parent 1c4cae5126
commit 6dae09ec60

View File

@@ -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/