From 1af0477ac0eae8a00234e31ef22adcc350436faf Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 1 Dec 2025 13:53:07 +0200 Subject: [PATCH] chore(ci): fix duplicate artifact name error --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 49258d1be..573970097 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -79,7 +79,7 @@ jobs: if: failure() uses: actions/upload-artifact@v5 with: - name: e2e report + name: e2e report ${{ matrix.arch }} path: apps/server-e2e/test-output - name: Kill the server