From ddacd4f8165644e752112d521207c5667aac4ccf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Tue, 5 Nov 2024 11:27:06 +0100 Subject: [PATCH] Add preupgrade to tests.toml schema --- schemas/tests.v1.schema.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/schemas/tests.v1.schema.json b/schemas/tests.v1.schema.json index fe50310531..8652f8feff 100644 --- a/schemas/tests.v1.schema.json +++ b/schemas/tests.v1.schema.json @@ -57,6 +57,9 @@ "preinstall": { "type": "string" }, + "preupgrade": { + "type": "string" + }, "args": { "$ref": "#/$defs/install_args" }, @@ -121,4 +124,4 @@ } } } -} \ No newline at end of file +}