mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-26 13:25:23 +00:00
Merge branch 'develop' into 8333-ops-auto-upstall-script-enhancements
This commit is contained in:
@@ -11,8 +11,12 @@ setup() {
|
||||
}
|
||||
|
||||
teardown() {
|
||||
cd "${WORKING_DIR}/install" || exit 1
|
||||
./setup.sh
|
||||
if [ -n "$SKIP_TEARDOWN" ]; then
|
||||
return
|
||||
fi
|
||||
|
||||
cd "${WORKING_DIR}/install" || exit 1
|
||||
./setup.sh
|
||||
}
|
||||
|
||||
@test "Check if two instances of NoCoDB can be run" {
|
||||
|
||||
Reference in New Issue
Block a user