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

* Collect all test reports, not just app's

* here we go...
pull/1837/head
Jose Alcérreca 3 years ago committed by GitHub
parent 4d61db742b
commit 8e5e614f04

@ -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