Skip to content

Commit

Permalink
ci: check if family exists on Google Fonts when running --render
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rc1e committed Jul 28, 2023
1 parent ad55a94 commit 8da0170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit 8da0170

Please sign in to comment.