Skip to content

Commit

Permalink
include runfiles (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
kriscfoster authored Mar 25, 2024
1 parent f146bf9 commit 7aa4d57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker_compose/docker_compose_test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def junit_docker_compose_test(
name = name + "_required_classpath_jars_tar",
srcs = classpath_jars,
testonly = True,
include_runfiles = True,
)

# this is what actually runs the junit jar for your test execution
Expand Down

0 comments on commit 7aa4d57

Please sign in to comment.