Switched to ./gradlew check instead of assemble.
This commit is contained in:
parent
85adef10f3
commit
880b49c1b3
1 changed files with 4 additions and 2 deletions
|
@ -14,5 +14,7 @@ dependencies:
|
|||
|
||||
test:
|
||||
override:
|
||||
- (./gradlew assemble):
|
||||
timeout: 360
|
||||
- (./gradlew check):
|
||||
timeout: 360
|
||||
|
||||
- cp -r app/build/outputs $CIRCLE_ARTIFACTS
|
Loading…
Add table
Add a link
Reference in a new issue