From ab01554b823ffd14a0ba72eac9dfebb9e35f5812 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 28 Oct 2023 00:11:32 +0530 Subject: [PATCH] fix(ci): expand test report glob to cover all modules --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 80b7a598..0c40b278 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 with: name: Test report - path: android/build/reports + path: '**/build/reports/tests/**' dependency-review: runs-on: ubuntu-latest