提交 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: ...@@ -41,11 +41,11 @@ commands:
- run: - run:
name: Linting name: Linting
command: yarn lint command: yarn lint
yarn_react_canary: yarn_react_integration:
steps: steps:
- run: - run:
name: Upgrade to React Canary name: Upgrade to most recent release in React's Next channel
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!) 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: yarn_info:
steps: steps:
- run: - run:
...@@ -128,7 +128,7 @@ jobs: ...@@ -128,7 +128,7 @@ jobs:
executor: node executor: node
steps: steps:
- *attach_workspace - *attach_workspace
- yarn_react_canary - yarn_react_integration
- *persist_to_workspace - *persist_to_workspace
test: test:
parallelism: 3 parallelism: 3
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册