MOBILE-4594 test: Reduce the number of circular deps
This commit is contained in:
parent
339212435d
commit
21aeaeaabc
3
.github/workflows/testing.yml
vendored
3
.github/workflows/testing.yml
vendored
@ -69,7 +69,8 @@ jobs:
|
||||
cat circular-dependencies
|
||||
lines=$(cat circular-dependencies | wc -l)
|
||||
echo "Total circular dependencies: $lines"
|
||||
test $lines -le 185
|
||||
test $lines -ge 138
|
||||
test $lines -le 148
|
||||
- name: JavaScript code compatibility
|
||||
run: |
|
||||
npx check-es-compat www/*.js --polyfills="\{Array,String,TypedArray\}.prototype.at,Object.hasOwn"
|
||||
|
Loading…
x
Reference in New Issue
Block a user