1
0
Fork 0
mirror of synced 2024-06-02 10:34:40 +12:00
budibase/scripts/pro/test.sh

11 lines
140 B
Bash
Raw Normal View History

2022-07-08 22:36:31 +12:00
#!/bin/bash
# Fail when any command fails
set -e
2022-07-08 22:36:31 +12:00
cd ../
if [[ -d "budibase-pro" ]]; then
cd budibase-pro
yarn test
cd ../budibase
fi