mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 19:15:13 +00:00
test: test for configure/start
This commit is contained in:
@@ -7,12 +7,12 @@ WORKING_DIR="$(pwd)"
|
||||
|
||||
setup() {
|
||||
cd "${WORKING_DIR}" || exit 1
|
||||
../setup.sh
|
||||
setup.sh
|
||||
}
|
||||
|
||||
teardown() {
|
||||
cd "${WORKING_DIR}" || exit 1
|
||||
../setup.sh
|
||||
setup.sh
|
||||
}
|
||||
|
||||
@test "Check Redis, WatchTower and NocoDB are up" {
|
||||
|
||||
Reference in New Issue
Block a user