mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-26 14:05:21 +00:00
fix: path error
This commit is contained in:
4
docker-compose/setup-script/tests/install/watchtower.bats
Normal file → Executable file
4
docker-compose/setup-script/tests/install/watchtower.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 WatchTower is enabled when specified" {
|
||||
|
||||
Reference in New Issue
Block a user