From 8da017019aaa8780d56ef3b181e24267503819d3 Mon Sep 17 00:00:00 2001 From: Marc Foley Date: Fri, 28 Jul 2023 12:29:09 +0100 Subject: [PATCH] ci: check if family exists on Google Fonts when running --render --- .ci/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}") -- 2.47.2