From 2373f567d8ac18d7a3753e9cf2c708f9e4298b22 Mon Sep 17 00:00:00 2001 From: Greyson Parrelli Date: Mon, 6 Jul 2026 10:49:39 -0400 Subject: [PATCH] Include all build reports and test results in Github CI artifacts. --- .github/workflows/android.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index b78bb019b5..62d1f3610b 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -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