From 2ab7818a63cf59ec476ff68549074a4bd51bb1f9 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 5 Mar 2025 15:06:07 -0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d50ce72f5..96c0ce350 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -271,7 +271,7 @@ jobs: name: Run Playwright e2e tests run: cd src-ui && npx playwright test --shard ${{ matrix.shard-index }}/${{ matrix.shard-count }} - - name: Upload Playwright test results + name: Upload Playwright test reports if: always() uses: actions/upload-artifact@v4 with: @@ -336,7 +336,7 @@ jobs: path: src-ui/coverage/ pattern: jest-coverage-report-* - - name: Download frontend playwright coverage + name: Download Playwright test reports uses: actions/download-artifact@v4 with: path: src-ui/coverage/