test: Running jest test cases if no PR is present as part of RTS build#33790
test: Running jest test cases if no PR is present as part of RTS build#33790trishaanand merged 1 commit intoreleasefrom
Conversation
WalkthroughWalkthroughThe primary change involves modifying the GitHub workflow configuration to always run Jest tests, regardless of whether the workflow is triggered by a pull request. Previously, the workflow conditionally ran tests only if it was a pull request invocation. This update ensures that tests are executed in all workflow runs, enhancing the robustness of the CI/CD pipeline. Changes
Sequence Diagram(s) (Beta)sequenceDiagram
actor Developer
participant GitHub Actions
participant Jest
Developer->>GitHub Actions: Push code / Create PR
GitHub Actions-->>Jest: Trigger tests
Jest-->>GitHub Actions: Run tests
GitHub Actions-->>Developer: Report test results
Recent Review DetailsConfiguration used: CodeRabbit UI Files selected for processing (1)
Files skipped from review due to trivial changes (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Description
This is being done to ensure that RTS jest test cases are run in TBP on release as well as master.
Fixes #
Issue Numberor
Fixes
Issue URLWarning
If no issue exists, please create an issue first, and check with the maintainers if the issue is valid.
Automation
/ok-to-test tags=""
🔍 Cypress test results
Caution
If you modify the content in this section, you are likely to disrupt the CI result for your PR.
Communication
Should the DevRel and Marketing teams inform users about this change?