From 52ee389cefe19dd009ba9c92f58cf18cf1722fa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sat, 26 Aug 2023 11:21:42 +0200 Subject: [PATCH] Reference schemas in toml files --- manifest.toml | 2 ++ tests.toml.example | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index b615e85..b0a11a6 100644 --- a/manifest.toml +++ b/manifest.toml @@ -1,3 +1,5 @@ +#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json + packaging_format = 2 id = "example" diff --git a/tests.toml.example b/tests.toml.example index 3a732e4..2ef7902 100644 --- a/tests.toml.example +++ b/tests.toml.example @@ -1,3 +1,5 @@ +#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/tests.v1.schema.json + test_format = 1.0 [default] @@ -27,7 +29,7 @@ test_format = 1.0 # ------------------------------- # 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.. @@ -49,7 +51,7 @@ test_format = 1.0 # On additional tests suites, you can decide to run only specific tests - only = ["install.subdir"] + only = ["install.subdir"] args.language = "en_GB" args.multisite = 1