mirror of https://github.com/Budibase/budibase.git
2 changed files with 9 additions and 1 deletions
@ -0,0 +1,7 @@ |
|||
#!/bin/bash |
|||
cd ../ |
|||
if [[ -d "budibase-pro" ]]; then |
|||
cd budibase-pro |
|||
yarn test |
|||
cd ../budibase |
|||
fi |
|||
Loading…
Reference in new issue