MOBILE-4616 test: add margin to circular deps
This commit is contained in:
parent
2e94f835e2
commit
9d1b71424b
2
.github/workflows/testing.yml
vendored
2
.github/workflows/testing.yml
vendored
@ -69,7 +69,7 @@ jobs:
|
||||
cat circular-dependencies
|
||||
lines=$(cat circular-dependencies | wc -l)
|
||||
echo "Total circular dependencies: $lines"
|
||||
test $lines -eq 204
|
||||
test $lines -le 212
|
||||
- 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