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.
2 parents 2a4d07b + cd6931d commit 7c287c9Copy full SHA for 7c287c9
.github/workflows/AndroidCIWithGmd.yaml
@@ -34,5 +34,4 @@ jobs:
34
uses: actions/upload-artifact@v3
35
with:
36
name: test-reports
37
- path: |
38
- '**/*/build/reports/androidTests/'
+ path: '**/build/reports/androidTests'
.github/workflows/Build.yaml
@@ -104,4 +104,4 @@ jobs:
104
105
106
name: test-reports-${{ matrix.api-level }}
107
- path: '*/build/reports/androidTests'
0 commit comments