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:
- ~/.gradle
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
- run:
name: Run UnitTest
command: ./gradlew RepositoryNetworkTest
# - run:
# name: Run UnitTest
# command: ./gradlew RepositoryNetworkTest
- run:
name: Run Tests
command: ./gradlew lint test