ci: test if the build fails

This commit is contained in:
nullishamy
2024-05-24 19:59:21 +01:00
parent 9056ff2be8
commit c62fd904a2

View File

@@ -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")