We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f146bf9 commit 7aa4d57Copy full SHA for 7aa4d57
docker_compose/docker_compose_test.bzl
@@ -94,6 +94,7 @@ def junit_docker_compose_test(
94
name = name + "_required_classpath_jars_tar",
95
srcs = classpath_jars,
96
testonly = True,
97
+ include_runfiles = True,
98
)
99
100
# this is what actually runs the junit jar for your test execution
0 commit comments