提交 c0a1c0f9 编写于 作者: A Andrew Clark 提交者: Joe Haddad

Test React integration using `next` dist-tag (#9165)

Instead of `canary`. React uses `next` to represent the next
minor release.
上级 ae3410c3
......@@ -41,11 +41,11 @@ commands:
- run:
name: Linting
command: yarn lint
yarn_react_canary:
yarn_react_integration:
steps:
- run:
name: Upgrade to React Canary
command: yarn upgrade react@canary react-dom@canary -W --dev # upgrade (vs add) will skip re-building Next.js, which doesn't bundle React internals (so this is OK!)
name: Upgrade to most recent release in React's Next channel
command: yarn upgrade react@next react-dom@next -W --dev # upgrade (vs add) will skip re-building Next.js, which doesn't bundle React internals (so this is OK!)
yarn_info:
steps:
- run:
......@@ -128,7 +128,7 @@ jobs:
executor: node
steps:
- *attach_workspace
- yarn_react_canary
- yarn_react_integration
- *persist_to_workspace
test:
parallelism: 3
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册