mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
REMOVE smoke-tests in cli (static build examples are now all in teamcity)
This commit is contained in:
parent
a87d16dfc7
commit
0ec2bc0a1e
@ -83,22 +83,3 @@ if [ $update_only -eq 1 ]
|
||||
then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# install all the dependencies in a single run
|
||||
cd ../../..
|
||||
yarn --pure-lockfile
|
||||
cd ${test_root}/run
|
||||
|
||||
for dir in *
|
||||
do
|
||||
# check that storybook starts without errors
|
||||
# smoke-test option may be unknown in earlier storybook versions,
|
||||
# so skip `already_has_storybook` here
|
||||
if [ $dir != "already_has_storybook" ]
|
||||
then
|
||||
cd $dir
|
||||
echo "Running smoke test in $dir"
|
||||
yarn storybook --smoke-test
|
||||
cd ..
|
||||
fi
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user