Skip to content

Commit 4e11d5b

Browse files
committed
ci: store the ui test results in the artifacts
1 parent 409d5b1 commit 4e11d5b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/android.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@ jobs:
134134
with:
135135
name: ui-test-video
136136
path: ./ui-test.mp4
137+
- name: Upload UI test results
138+
if: always()
139+
uses: actions/upload-artifact@v4
140+
with:
141+
name: ui-test-results
142+
path: app/build/reports/androidTests/connected/
137143

138144
notify-slack:
139145
needs: unit-test

0 commit comments

Comments
 (0)