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 - ~/.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 ExampleInstrumentedTest command: ./gradlew RepositoryNetworkTest
name: Run UnitTest
command: ./gradlew RepositoryStorageTest
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/