Skip to content
This repository was archived by the owner on Feb 5, 2021. It is now read-only.

Commit 3e8a238

Browse files
Upload UI test reports as Github Actions artifacts.
1 parent 28479e6 commit 3e8a238

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/kotlin.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,8 @@ jobs:
128128
api-level: ${{ matrix.api-level }}
129129
arch: x86_64
130130
script: ./gradlew connectedCheck --build-cache --no-daemon --stacktrace --gradle-user-home "$GRADLE_HOME"
131+
- name: Upload results
132+
uses: actions/upload-artifact@v2
133+
with:
134+
name: instrumentation-test-results
135+
path: ./**/build/reports/androidTests/connected/**

0 commit comments

Comments
 (0)