diff --git a/tests.toml b/tests.toml index 4c04593..9240d68 100644 --- a/tests.toml +++ b/tests.toml @@ -5,24 +5,21 @@ test_format = 1.0 # ------------ # Tests to run # ------------ - + # ------------------------------- # Default args to use for install # ------------------------------- - - + + # ------------------------------- # Commits to test upgrade from # ------------------------------- test_upgrade_from.2749e7b.name = "5.3.1 - packaging v1" test_upgrade_from.2749e7b.args.domain = "domain.tld" + test_upgrade_from.2749e7b.args.is_public = true test_upgrade_from.2749e7b.args.admin = "package_checker" test_upgrade_from.2749e7b.args.password = "password" test_upgrade_from.2749e7b.args.used_forge = "GitHub" test_upgrade_from.2749e7b.args.forge_token = "11111111111" - - - -