1
0
Fork 0
mirror of synced 2024-08-14 01:21:41 +12:00
budibase/scripts/pro/test.sh

11 lines
No EOL
140 B
Bash
Executable file

#!/bin/bash
# Fail when any command fails
set -e
cd ../
if [[ -d "budibase-pro" ]]; then
cd budibase-pro
yarn test
cd ../budibase
fi