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 0bcb692 commit b1a52a9Copy full SHA for b1a52a9
.github/actions/gradle-tasks-with-emulator/action.yml
@@ -100,9 +100,9 @@ runs :
100
profile : Galaxy Nexus
101
script : ./gradlew ${{ inputs.test-task }}
102
103
- - name : Upload results
104
- if : ${{ always() }}
105
- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
106
- with :
107
- name : instrumentation-test-results
108
- path : ./**/build/reports/androidTests/connected/**
+ - name : Upload results
+ if : ${{ always() }}
+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
+ with :
+ name : instrumentation-test-results
+ path : ./**/**/build/reports/androidTests/connected/**
0 commit comments