From 131adfb35749ac47b9a06f787d58be7b28ba3f86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 31 Mar 2023 14:58:42 +0200 Subject: [PATCH] fix --- doc/DISCLAIMER.md | 0 tests.toml | 11 +++++++++++ 2 files changed, 11 insertions(+) delete mode 100644 doc/DISCLAIMER.md diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md deleted file mode 100644 index e69de29..0000000 diff --git a/tests.toml b/tests.toml index cbbeef1..aed2ea5 100644 --- a/tests.toml +++ b/tests.toml @@ -1,3 +1,14 @@ test_format = 1.0 [default] + + # ------------------------------- + # Default args to use for install + # ------------------------------- + + # By default, the CI will automagically fill the 'standard' args + # such as domain, path, admin, is_public and password with relevant values + # and also install args with a "default" provided in the manifest.. + # It should only make sense to declare custom args here for args with no default values + + args.site_title = "pico"