Skip to content

Commit

Permalink
Run yarn flags in CI (#28345)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored Feb 27, 2024
1 parent c6bb12e commit 01ab35a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit 01ab35a

Please sign in to comment.