fix(ci): expand test report glob to cover all modules

This commit is contained in:
Harsh Shandilya 2023-10-28 00:11:32 +05:30
parent cce12fb138
commit ab01554b82
No known key found for this signature in database

View file

@ -41,7 +41,7 @@ jobs:
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
with:
name: Test report
path: android/build/reports
path: '**/build/reports/tests/**'
dependency-review:
runs-on: ubuntu-latest