From cae284d1414b071a96fdb2f35853d5ebaf9a70a7 Mon Sep 17 00:00:00 2001 From: BOTLANNER <16349308+BOTLANNER@users.noreply.github.com> Date: Thu, 6 Jul 2023 14:14:44 +0200 Subject: [PATCH] Upload reports per matrix job --- .github/workflows/pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 54de0ce4..fdc2b48d 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -231,14 +231,14 @@ jobs: uses: actions/upload-artifact@v3 if: always() with: - name: playwright-report + name: "playwright-report-${{matrix.value}}" path: playwright-report/ retention-days: 30 - name: Upload Test Coverage uses: actions/upload-artifact@v3 if: always() with: - name: coverage + name: "coverage-report-${{matrix.value}}" path: coverage/ retention-days: 30