CI: Add more tests

This commit is contained in:
Luis Garcia
2024-05-06 22:30:44 -06:00
parent 1f7da2f609
commit 632dfbcadb
8 changed files with 438 additions and 32 deletions

View File

@@ -7,7 +7,7 @@ DRYRUN = "True"
DEBUG = "True"
## Debugging level, "info" is default, "debug" is more verbose
DEBUG_LEVEL = "debug"
DEBUG_LEVEL = "info"
## If set to true then the script will only run once and then exit
RUN_ONLY_ONCE = "True"