Merge pull request #4313 from ByteHamster/store-apk-artifact

Store built apk as artifact
This commit is contained in:
H. Lehmann 2020-07-24 17:23:01 +02:00 committed by GitHub
commit 1f351ec78c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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