test: remove checks for non-existent directories in integration tests (#26869)
PR Close #26869
This commit is contained in:
parent
8c6d6b85db
commit
30700035b3
@ -15,29 +15,6 @@
|
|||||||
"bundle": 178101
|
"bundle": 178101
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"hello_world__render3__closure": {
|
|
||||||
"master": {
|
|
||||||
"uncompressed": {
|
|
||||||
"bundle": 8153
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"hello_world__render3__rollup": {
|
|
||||||
"master": {
|
|
||||||
"uncompressed": {
|
|
||||||
"bundle": 10129
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"hello_world__render3__cli": {
|
|
||||||
"master": {
|
|
||||||
"uncompressed": {
|
|
||||||
"inline": 1447,
|
|
||||||
"main": 40513,
|
|
||||||
"polyfills": 60105
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -48,8 +48,8 @@ for testDir in $(ls | grep -v node_modules) ; do
|
|||||||
yarn install --cache-folder ../$cache
|
yarn install --cache-folder ../$cache
|
||||||
yarn test || exit 1
|
yarn test || exit 1
|
||||||
# Track payload size for cli-hello-world and hello_world__closure and the render3 tests
|
# Track payload size for cli-hello-world and hello_world__closure and the render3 tests
|
||||||
if [[ $testDir == cli-hello-world ]] || [[ $testDir == hello_world__closure ]] || [[ $testDir == hello_world__render3__closure ]] || [[ $testDir == hello_world__render3__rollup ]] || [[ $testDir == hello_world__render3__cli ]]; then
|
if [[ $testDir == cli-hello-world ]] || [[ $testDir == hello_world__closure ]]; then
|
||||||
if [[ $testDir == cli-hello-world ]] || [[ $testDir == hello_world__render3__cli ]]; then
|
if [[ $testDir == cli-hello-world ]]; then
|
||||||
yarn build
|
yarn build
|
||||||
fi
|
fi
|
||||||
#if $CI; then
|
#if $CI; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user