From c62fd904a2918a7fca6f56abe74a1fad4d19fc9f Mon Sep 17 00:00:00 2001 From: nullishamy Date: Fri, 24 May 2024 19:59:21 +0100 Subject: [PATCH] ci: test if the build fails --- build.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.py b/build.py index 42c1cf78..6d19a1f9 100755 --- a/build.py +++ b/build.py @@ -73,6 +73,8 @@ def build(ctx: BuildContext): apply_tweaks(ctx) + raise TypeError('This should fail the build') + os.makedirs(output_dir, exist_ok=True) with open(f"{output_dir}/index.theme", "w") as file: file.write("[Desktop Entry]\n")