From 9fc2632b8b8adbc574a4cb17b5efb14b3c5a0a41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Alc=C3=A9rreca?= Date: Mon, 12 Sep 2022 13:32:55 +0200 Subject: [PATCH] CI - Fixes name in test reports (#268) --- .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 77cfa89a6..de2666fa1 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -96,5 +96,5 @@ jobs: if: always() uses: actions/upload-artifact@v3 with: - name: test-reports + name: test-reports-${{ matrix.api-level }} path: '*/build/reports/androidTests'