Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
10 Skipped Deployments
|
|
Coverage Report
File CoverageNo changed files found. |
There was a problem hiding this comment.
Bug: Missing Blob Upload Breaks Secure Site Tests
The removal of the "Upload Playwright Blob Report for Secure Site tests" step breaks workflows for secure-appkit repositories. This step was essential for secure-appkit as it specifically uploaded a single report.zip (not sharded) as playwright-blob-artifact-shard-all. Without it, secure-appkit workflows fail to upload the correct blob reports, causing the merge_reports job to fail when attempting to download artifacts that are either missing or in an unexpected format.
.github/workflows/ui_tests.yml#L379-L387
appkit/.github/workflows/ui_tests.yml
Lines 379 to 387 in ab04210
Was this report helpful? Give feedback by reacting with 👍 or 👎
Description
Adds branch name to some artifacts to not confuse the secure site backwards compatible tests
Type of change
Associated Issues
For Linear issues: Closes APKT-xxx
For GH issues: closes #...
Showcase (Optional)
If there is a UI change include the screenshots with before and after state.
If new feature is being introduced, include the link to demo recording.
Checklist