Fix.
This commit is contained in:
parent
6e0fee07a9
commit
b3de1e0a10
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ defaults_gradle: &defaults_gradle
|
|||
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
|
||||
- run:
|
||||
name: Run Tests
|
||||
command: ./gradlew link test
|
||||
command: ./gradlew lint test
|
||||
- store_artifacts:
|
||||
path: app/build/reports
|
||||
destination: reports
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue