From d4bb5b7a168a20535396a6777b5ced74f7492236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Alc=C3=A9rreca?= Date: Fri, 29 Jul 2022 17:29:23 +0200 Subject: [PATCH] [CI] Fixes instr test report artifacts --- .github/workflows/Build.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index e3e8768b3..e10d765ad 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -95,4 +95,6 @@ jobs: uses: actions/upload-artifact@v3 with: name: test-reports - path: '*/build/reports/androidTests' + path: '**/build/reports/androidTests' + + - name: Run instrumentation tests