diff --git a/circle.yml b/circle.yml index 7984192..626dd24 100644 --- a/circle.yml +++ b/circle.yml @@ -14,5 +14,7 @@ dependencies: test: override: - - (./gradlew assemble): - timeout: 360 \ No newline at end of file + - (./gradlew check): + timeout: 360 + + - cp -r app/build/outputs $CIRCLE_ARTIFACTS \ No newline at end of file