You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/README.md
+26-1Lines changed: 26 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -244,7 +244,11 @@ For example, in https://app.circleci.com/pipelines/github/mui/material-ui/32796/
244
244
245
245
### Testing multiple versions of React
246
246
247
-
You can check integration of different versions of React (for example different [release channels](https://react.dev/community/versioning-policy) or PRs to React) by running `node scripts/useReactVersion.mjs <version>`.
247
+
You can check integration of different versions of React (for example different [release channels](https://react.dev/community/versioning-policy) or PRs to React) by running:
248
+
249
+
```bash
250
+
pnpm use-react-version <version>
251
+
```
248
252
249
253
Possible values for `version`:
250
254
@@ -254,6 +258,27 @@ Possible values for `version`:
254
258
255
259
#### CI
256
260
261
+
##### Circle CI web interface
262
+
263
+
There are two workflows that can be triggered for any given PR manually in the CircleCI web interface:
264
+
265
+
-`react-next`
266
+
-`react-17`
267
+
268
+
Follow these steps:
269
+
270
+
1. Go to https://app.circleci.com/pipelines/github/mui/material-ui?branch=pull/PR_NUMBER/head and replace `PR_NUMBER` with the PR number you want to test.
271
+
2. Click `Trigger Pipeline` button.
272
+
3. Expand `Add parameters (optional)` and add the following parameter:
0 commit comments