From 3251f9c0f1a6469878ff0a628f0bb6ba789a79bf Mon Sep 17 00:00:00 2001 From: Aoy Simmons Date: Thu, 12 Mar 2026 17:24:00 -0400 Subject: [PATCH] Rename verification steps in e2e report workflow --- .github/workflows/e2e-create-report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-create-report.yml b/.github/workflows/e2e-create-report.yml index 1ceab90624..ec6ea7b0dd 100644 --- a/.github/workflows/e2e-create-report.yml +++ b/.github/workflows/e2e-create-report.yml @@ -48,7 +48,7 @@ jobs: pattern: blob-report-shard-* merge-multiple: true - - name: Verify Downloaded Artifacts + - name: Verify Downloaded Blob Report run: | echo "Contents of all-blob-reports after download:" ls -R all-blob-reports* @@ -56,7 +56,7 @@ jobs: - name: Merge Blob Reports into HTML run: npx playwright merge-reports --reporter html ./all-blob-reports - - name: Verify Downloaded Artifacts + - name: Verify Merged HTML Report run: | echo "Contents of all-blob-reports after download:" ls -R playwright*