add unit tests to copybara config

GitOrigin-RevId: 4ad6471d55815fa14730d9c9d316ff3b7b68592a
This commit is contained in:
Colin McMillen 2020-01-14 12:53:05 -05:00
parent ab692f94a7
commit 3f6fc67cb6

View File

@ -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>"),