From 5d609d6552fc0a7c8b536423b59af3fc29d359dc Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Wed, 29 Nov 2023 21:15:21 +0100 Subject: [PATCH] Add test upgrade from 1.0.3 --- tests.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests.toml b/tests.toml index aa3fef4..3534c4a 100644 --- a/tests.toml +++ b/tests.toml @@ -10,8 +10,10 @@ test_format = 1.0 # Default args to use for install # ------------------------------- - exclude = ["change_url"] + exclude = ["change_url" "install.private"] # ------------------------------- # Commits to test upgrade from - # ------------------------------- \ No newline at end of file + # ------------------------------- + + test_upgrade_from.d5f941c.name = "1.0.3" \ No newline at end of file