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 563ffdd commit 0aecea8Copy full SHA for 0aecea8
.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
+ if: always()
35
+ with:
36
+ name: test-results-debug
37
+ path: player/build/reports/androidTests/connected/debug
0 commit comments