]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
ci: check if family exists on Google Fonts when running --render 6571/head
authorMarc Foley <m.foley.88@gmail.com>
Fri, 28 Jul 2023 11:29:09 +0000 (12:29 +0100)
committerMarc Foley <m.foley.88@gmail.com>
Fri, 28 Jul 2023 11:29:09 +0000 (12:29 +0100)
.ci/run.py

index f7abebe88c9eea95cf1219214cd0744d2b7ee8d2..7af59f5df94fdb89901c67cdb3ce35df8def3fed 100644 (file)
@@ -111,7 +111,7 @@ def main():
 
         if args.render and check_type == CheckType.NEW_FAMILY:
             print(f"Rendering new family: {directory}")
-            subprocess.run(qa_cmd_prefix + ["--render", "--imgs"])
+            subprocess.run(qa_cmd_prefix + ["-gfb", "--render", "--imgs"])
 
         elif args.render and check_type == CheckType.MODIFIED_FAMILY:
             print(f"Rendering modified family: {directory}")