add unit tests to copybara config
GitOrigin-RevId: 4ad6471d55815fa14730d9c9d316ff3b7b68592a
This commit is contained in:
parent
ab692f94a7
commit
3f6fc67cb6
@ -14,7 +14,7 @@ core.workflow(
|
||||
push = "master",
|
||||
),
|
||||
# Change path to the folder you want to publish publicly
|
||||
origin_files = glob(["README.md", "tools/**", "Shared/**", "Jumpy.Shared/**"]),
|
||||
origin_files = glob(["README.md", "tools/**", "Shared/**", "SharedTests/**", "Jumpy.Shared/**"]),
|
||||
|
||||
authoring = authoring.pass_thru("Unknown Author <nobody@semicolin.games>"),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user