Store built apk as artifact
This commit is contained in:
parent
93d6ccb6fe
commit
c809feaf81
|
@ -39,6 +39,10 @@ workflows:
|
|||
- run:
|
||||
name: Build debug
|
||||
command: ./gradlew assembleDebug -PdisablePreDex
|
||||
- store_artifacts:
|
||||
name: Uploading apk artifact
|
||||
path: app/build/outputs/apk/play/debug/app-play-debug.apk
|
||||
destination: app-play-debug.apk
|
||||
- run:
|
||||
name: Execute debug unit tests
|
||||
command: ./gradlew :core:testPlayDebugUnitTest -PdisablePreDex
|
||||
|
|
Loading…
Reference in New Issue