From 11ccacd7011b70189105fc4a0a2bf6634967c404 Mon Sep 17 00:00:00 2001 From: William Brawner Date: Mon, 1 Jul 2024 22:07:27 -0600 Subject: [PATCH] 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. --- .forgejo/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/pull_request.yml b/.forgejo/workflows/pull_request.yml index 2a087a3..d3c0063 100644 --- a/.forgejo/workflows/pull_request.yml +++ b/.forgejo/workflows/pull_request.yml @@ -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: