Merge pull request #703 from SimonMarquis/fix/instrumented-tests-reports

Fix instrumented test reports archives
pull/713/head
Don Turner 1 year ago committed by GitHub
commit 7c287c9c17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,5 +34,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: test-reports
path: |
'**/*/build/reports/androidTests/'
path: '**/build/reports/androidTests'

@ -104,4 +104,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: test-reports-${{ matrix.api-level }}
path: '*/build/reports/androidTests'
path: '**/build/reports/androidTests'

Loading…
Cancel
Save