diff --git a/integration/run_tests.sh b/integration/run_tests.sh index 181c8e5af1..d21030e53d 100755 --- a/integration/run_tests.sh +++ b/integration/run_tests.sh @@ -72,6 +72,6 @@ for testDir in ${TEST_DIRS}; do ) done -if $CI; then +if $CI && [[ "$SHARD_INDEX" == "0" ]]; then trackPayloadSize "umd" "../dist/packages-dist/*/bundles/*.umd.min.js" false fi