MOBILE-4594 test: Reduce the number of circular deps

main
Pau Ferrer Ocaña 2024-07-16 09:46:50 +02:00
parent 339212435d
commit 21aeaeaabc
1 changed files with 2 additions and 1 deletions

View File

@ -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"