From 1258577d4dc72e59416f047f7c0e9ad8dc8fd2df Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 8 Apr 2024 18:05:49 +0200 Subject: [PATCH] Upload playwright report to different files --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85de1df3..06952a9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: - uses: actions/upload-artifact@v4 if: ${{ !cancelled() }} with: - name: playwright-report + name: playwright-report-${{ matrix.node }} path: playwright-report/ retention-days: 30