We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef974a commit 74ed424Copy full SHA for 74ed424
.github/workflows/instrumented-test.yml
@@ -30,3 +30,8 @@ jobs:
30
arch: x86_64
31
script: ./gradlew -Dorg.gradle.logging.level=quiet connectedCheck
32
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