From 8e5e614f0499968b068cb328a6bce35a4123e01f 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'