mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 19:05:54 +00:00
fix: path error
This commit is contained in:
4
docker-compose/setup-script/tests/install/default.bats
Normal file → Executable file
4
docker-compose/setup-script/tests/install/default.bats
Normal file → Executable file
@@ -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