Skip to content

Commit 7c287c9

Browse files
authored
Merge pull request #703 from SimonMarquis/fix/instrumented-tests-reports
Fix instrumented test reports archives
2 parents 2a4d07b + cd6931d commit 7c287c9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/AndroidCIWithGmd.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,4 @@ jobs:
3434
uses: actions/upload-artifact@v3
3535
with:
3636
name: test-reports
37-
path: |
38-
'**/*/build/reports/androidTests/'
37+
path: '**/build/reports/androidTests'

.github/workflows/Build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ jobs:
104104
uses: actions/upload-artifact@v3
105105
with:
106106
name: test-reports-${{ matrix.api-level }}
107-
path: '*/build/reports/androidTests'
107+
path: '**/build/reports/androidTests'

0 commit comments

Comments
 (0)