Include all build reports and test results in Github CI artifacts.

This commit is contained in:
Greyson Parrelli
2026-07-06 10:49:39 -04:00
committed by Alex Hart
parent 7e81240d4d
commit 2373f567d8
+4 -1
View File
@@ -58,4 +58,7 @@ jobs:
# gh api repos/actions/upload-artifact/commits/v7 --jq '.sha'
with:
name: reports
path: '*/build/reports'
path: |
**/build/reports
**/build/test-results
if-no-files-found: ignore