Fix workflow branch reference for Playwright tests#5931
Conversation
Use BRANCH_NAME instead of VERSION for checkout to ensure tests run against the correct branch reference. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
|
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
There was a problem hiding this comment.
Pull Request Overview
Fixes workflow branch reference issue where Playwright tests were incorrectly checking out code using a version tag instead of the branch name, ensuring tests run against the correct code branch.
- Added
BRANCH_NAMEoutput to theadd-check-and-prepare-instancejob - Updated Playwright tests checkout reference to use
BRANCH_NAMEinstead ofVERSION
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5931 +/- ##
=========================================
Coverage 40.04% 40.04%
=========================================
Files 2472 2472
Lines 40153 40153
Branches 9144 8814 -330
=========================================
Hits 16080 16080
- Misses 22864 24046 +1182
+ Partials 1209 27 -1182 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Summary
BRANCH_NAMEto the run-pw-tests job outputsBRANCH_NAMEinstead ofVERSIONfor checkout reference in Playwright tests stepThis ensures that Playwright tests run against the correct branch reference.
Test plan
🤖 Generated with Claude Code