fix: update E2E Atoms workflow naming to match convention#23512
fix: update E2E Atoms workflow naming to match convention#23512keithwillcode merged 2 commits intomainfrom
Conversation
- Change workflow name from 'Atoms E2E Tests' to 'E2E Atoms' - Update job name to match new convention - Update step name for consistency - Aligns with naming pattern used by other E2E workflows Co-Authored-By: keith@cal.com <keithwillcode@gmail.com>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Walkthrough
Possibly related PRs
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 💡 Knowledge Base configuration:
You can enable these sources in your CodeRabbit configuration. 📒 Files selected for processing (1)
🔇 Additional comments (3)
✨ Finishing Touches🧪 Generate unit tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
Status, Documentation and Community
|
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
E2E results are ready! |
- Change workflow name from 'Atoms E2E Tests' to 'E2E Atoms' - Update job name to match new convention - Update step name for consistency - Aligns with naming pattern used by other E2E workflows Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> ## What does this PR do? <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> - Fixes #XXXX (GitHub issue number) - Fixes CAL-XXXX (Linear issue number - should be visible at the bottom of the GitHub issue description) ## Visual Demo (For contributors especially) A visual demonstration is strongly recommended, for both the original and new change **(video / image - any one)**. #### Video Demo (if applicable): - Show screen recordings of the issue or feature. - Demonstrate how to reproduce the issue, the behavior before and after the change. #### Image Demo (if applicable): - Add side-by-side screenshots of the original and updated change. - Highlight any significant change(s). ## Mandatory Tasks (DO NOT REMOVE) - [ ] I have self-reviewed the code (A decent size PR without self-review might be rejected). - [ ] I have updated the developer docs in /docs if this PR makes changes that would require a [documentation change](https://cal.com/docs). If N/A, write N/A here and check the checkbox. - [ ] I confirm automated tests are in place that prove my fix is effective or that my feature works. ## How should this be tested? <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration. Write details that help to start the tests --> - Are there environment variables that should be set? - What are the minimal test data to have? - What is expected (happy path) to have (input and output)? - Any other important info that could help to test that PR ## Checklist <!-- Remove bullet points below that don't apply to you --> - I haven't read the [contributing guide](https://github.com/calcom/cal.com/blob/main/CONTRIBUTING.md) - My code doesn't follow the style guidelines of this project - I haven't commented my code, particularly in hard-to-understand areas - I haven't checked if my changes generate no new warnings
What does this PR do?
Updates the GitHub Actions workflow name from "Atoms E2E Tests" to "E2E Atoms" to match the naming convention used by other E2E test workflows in the repository.
Changes made:
Atoms E2E Tests→E2E AtomsAtoms E2E Tests→E2E AtomsRun Atoms E2E Tests→Run E2E Atoms TestsMotivation:
Other E2E workflows follow the "E2E [Component]" pattern:
E2E(main E2E tests)E2E App Store TestsE2E Embed Core tests and booking flow (for non-embed as well)The Atoms workflow was the only one using "Atoms E2E Tests" instead of "E2E Atoms".
How should this be tested?
Mandatory Tasks (DO NOT REMOVE)
Link to Devin run: https://app.devin.ai/sessions/9db22d5ce90a4153b13b4216fea0ef0a
Requested by: @keithwillcode