[CI] Collect all test reports, not just app's (#116)

* Collect all test reports, not just app's

* here we go...
pull/124/head
Jose Alcérreca 3 years ago committed by GitHub
parent 993c65275d
commit 642bf4ba40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -114,4 +114,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: test-reports
path: app/build/reports/androidTests
path: '*/build/reports/androidTests'

Loading…
Cancel
Save