ci: enable VRT and ART for PRs from forks#1679
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
📝 WalkthroughWalkthroughThe PR updates the GitHub Actions Chromatic workflow and configuration. The workflow (.github/workflows/chromatic.yml) now runs unconditionally on PR events (PR-based gating removed), changes checkout/ref resolution to use repository and head.sha/github.sha, renames the test step to "Run Chromatic Visual and Accessibility Tests", removes the Chromatic 🚥 Pre-merge checks | ✅ 1✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
ℹ️ Review info
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
.github/workflows/chromatic.ymlchromatic.config.json
💤 Files with no reviewable changes (1)
- .github/workflows/chromatic.yml
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
🔗 Linked issue
#1683
🧭 Context
📚 Description
Previously, Chromatic was disabled for forks, which doesn't really make sense here since the vast majority of PRs are coming from forks. This PR enables Chromatic from forks. Having the project token committed is fine.