Skip to content

Commit b1a52a9

Browse files
Modify connectedTests Results upload path
Add another wildcard layer.
1 parent 0bcb692 commit b1a52a9

File tree

1 file changed

+6
-6
lines changed
  • .github/actions/gradle-tasks-with-emulator

1 file changed

+6
-6
lines changed

.github/actions/gradle-tasks-with-emulator/action.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ runs :
100100
profile : Galaxy Nexus
101101
script : ./gradlew ${{ inputs.test-task }}
102102

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/**
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/**

0 commit comments

Comments
 (0)