Skip to content

Commit 74ed424

Browse files
committed
Upload test results as artifact
1 parent 1ef974a commit 74ed424

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/instrumented-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@ jobs:
3030
arch: x86_64
3131
script: ./gradlew -Dorg.gradle.logging.level=quiet connectedCheck
3232
target: google_apis
33+
- uses: actions/upload-artifact@v4.3.3
34+
with:
35+
name: test-results-debug
36+
path: player/build/reports/androidTests/connected/debug
37+
if: always()

0 commit comments

Comments
 (0)