Use lint reports path
Some checks failed
Build & Test / Validate (pull_request) Successful in 16s
Build & Test / Run Unit Tests (pull_request) Failing after 5m44s

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:
William Brawner 2024-07-01 22:07:27 -06:00
parent 75e1d24a9d
commit 11ccacd701
Signed by: wbrawner
GPG key ID: 8FF12381C6C90D35

View file

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