mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-26 14:05:21 +00:00
chore: created GitHub actions to run tests
This commit is contained in:
@@ -9,8 +9,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 WatchTower is enabled when specified" {
|
||||
|
||||
Reference in New Issue
Block a user