Disallow dependency cycles (#13442)
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -36,6 +36,9 @@ jobs:
|
||||
YARN_NODE_LINKER: pnp # use pnp linker for better linking performance: it's meant to update yarn cache only
|
||||
run: |
|
||||
yarn install --immutable --skip-builds
|
||||
- name: Check for dependency cycles
|
||||
run: |
|
||||
yarn release-tool check-cycles
|
||||
|
||||
test-coverage:
|
||||
name: Test on Node.js Latest
|
||||
|
||||
Reference in New Issue
Block a user