fix: path error

This commit is contained in:
Rohit T P
2024-05-02 12:45:40 +00:00
parent f18655e9c1
commit 0e9c96ab02
7 changed files with 20 additions and 16 deletions

4
docker-compose/setup-script/tests/install/default.bats Normal file → Executable file
View 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" {