-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[code-infra] Rename CI checks to be more human readable #16910
base: master
Are you sure you want to change the base?
Conversation
JCQuintas
commented
Mar 11, 2025
- I have followed (at least) the PR section of the contributing guide.
Deploy preview: https://deploy-preview-16910--material-ui-x.netlify.app/ |
It seems we would need to update the required steps in GitHub. |
- test_unit: | ||
<<: *default-context | ||
name: 'JSDOM tests' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was nice before to train us to know that pnpm test:unit
runs this one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We would usually check the circleci log to see why it failed, and the step will tell you the exact command to run. Both our browser and jsdom tests are unit tests, so it is a bit misleading.
For context, this is based on the base-ui changes, which we agreed on code-infra to bring to other repos: mui/base-ui#1321
Co-authored-by: Olivier Tassinari <[email protected]> Signed-off-by: Jose C Quintas Jr <[email protected]>
Co-authored-by: Olivier Tassinari <[email protected]> Signed-off-by: Jose C Quintas Jr <[email protected]>