From 642bf4ba40e23bff0db9b01640d6b1de50826877 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Alc=C3=A9rreca?= Date: Mon, 6 Jun 2022 18:05:51 +0200 Subject: [PATCH] [CI] Collect all test reports, not just app's (#116) * Collect all test reports, not just app's * here we go... --- .github/workflows/Build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index d5ccb1699..8923296bd 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -114,4 +114,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: test-reports - path: app/build/reports/androidTests + path: '*/build/reports/androidTests'