databuild/examples/basic_job/test/BUILD.bazel
Stuart Axelbrooke f9477b1717
Some checks failed
/ setup (push) Has been cancelled
Update docs and protos
2025-05-04 19:06:01 -07:00

8 lines
129 B
Python

sh_test(
name = "test",
srcs = ["test.sh"],
data = [
"//:test_job.cfg",
"//:test_job.exec",
],
)