mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 12:20:20 +01:00
Run yarn flags in CI (#28345)
This commit is contained in:
parent
c6bb12edd0
commit
01ab35a9a7
|
|
@ -97,6 +97,16 @@ jobs:
|
|||
- setup_node_modules
|
||||
- run: node ./scripts/tasks/flow-ci
|
||||
|
||||
|
||||
yarn_flags:
|
||||
docker: *docker
|
||||
environment: *environment
|
||||
|
||||
steps:
|
||||
- checkout
|
||||
- setup_node_modules
|
||||
- run: yarn flags
|
||||
|
||||
scrape_warning_messages:
|
||||
docker: *docker
|
||||
environment: *environment
|
||||
|
|
@ -447,6 +457,11 @@ workflows:
|
|||
build_and_test:
|
||||
unless: << pipeline.parameters.prerelease_commit_sha >>
|
||||
jobs:
|
||||
- yarn_flags:
|
||||
filters:
|
||||
branches:
|
||||
ignore:
|
||||
- builds/facebook-www
|
||||
- yarn_flow:
|
||||
filters:
|
||||
branches:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user