diff --git a/build_script.sh b/build_script.sh index e038a5b07c857c3cad327cf9c96a7ac696b438e0..85098711c01af17ca0202bba88c2f306d502c3c2 100755 --- a/build_script.sh +++ b/build_script.sh @@ -35,6 +35,7 @@ if [[ $files = *"bigbluebutton-html5"* ]]; then secret=$(echo $conf | cut -d' ' -f2) export BBB_SHARED_SECRET=$secret node html5-check.js + cd ../../.. npm test fi fi