Use lint reports path
I don't have any unit tests unfortunately so there are no files to report. Since there may be lint issues though, I've included those reports in the artifact for debugging issues.
This commit is contained in:
parent
75e1d24a9d
commit
11ccacd701
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ jobs:
|
|||
if: always()
|
||||
with:
|
||||
name: Unit Test Results
|
||||
path: "*/build/test-results/*/*.xml"
|
||||
path: "*/build/reports/*"
|
||||
if-no-files-found: error
|
||||
# TODO: Uncomment the following once I get UI tests written
|
||||
# ui_tests:
|
||||
|
|
Loading…
Reference in a new issue