Update config.yml

This commit is contained in:
2020-05-16 12:26:43 +01:00
committed by GitHub
parent 4e99f1b5a0
commit 00f0c60f7e

View File

@@ -20,9 +20,9 @@ jobs:
paths: paths:
- ~/.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 RepositoryNetworkTest # command: ./gradlew RepositoryNetworkTest
- run: - run:
name: Run Tests name: Run Tests
command: ./gradlew lint test command: ./gradlew lint test