From 57b27edb405acfa952bc3c158f2992083887048a Mon Sep 17 00:00:00 2001 From: Aref Shafaei Date: Thu, 12 Sep 2024 10:22:18 -0700 Subject: [PATCH] add node version to the report artifact --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index be6d58a63..cdba86a2e 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -164,7 +164,7 @@ jobs: - uses: actions/upload-artifact@v4 if: always() with: - name: playwright-report + name: playwright-report-${{ matrix.node-version }} path: chaise/playwright-report/ retention-days: 30 - name: Diagnosis after failure