From: Marc Foley Date: Fri, 28 Jul 2023 11:29:09 +0000 (+0100) Subject: ci: check if family exists on Google Fonts when running --render X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6571%2Fhead;p=thirdparty%2Fgoogle%2Ffonts.git ci: check if family exists on Google Fonts when running --render --- diff --git a/.ci/run.py b/.ci/run.py index f7abebe88c..7af59f5df9 100644 --- a/.ci/run.py +++ b/.ci/run.py @@ -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}")