mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 22:05:19 +00:00
github: upload test reports on failure
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
7
.github/workflows/pull_request.yml
vendored
7
.github/workflows/pull_request.yml
vendored
@@ -92,3 +92,10 @@ jobs:
|
||||
adb shell settings put global transition_animation_scale 0
|
||||
adb shell settings put global window_animation_scale 0
|
||||
./gradlew :app:connectedNonFreeDebugAndroidTest
|
||||
|
||||
- name: (Fail-only) upload test report
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Test report
|
||||
path: app/build/reports
|
||||
|
Reference in New Issue
Block a user