Skip to content

Commit

Permalink
integration test: disable credential helper during installation
Browse files Browse the repository at this point in the history
  • Loading branch information
malt3 committed Dec 1, 2024
1 parent 54a7a33 commit 02a7bc2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ default_test_runner(
name = "default_test_runner",
bazel_cmds = [
"info",
"run @tweag-credential-helper//installer",
"run @tweag-credential-helper//installer --noworkspace_rc",
"shutdown",
"test //...",
],
)
Expand All @@ -20,7 +21,8 @@ default_test_runner(
name = "customized_installer_test_runner",
bazel_cmds = [
"info",
"run //:custom_installer",
"run //:custom_installer --noworkspace_rc",
"shutdown",
"test //...",
],
)
Expand Down

0 comments on commit 02a7bc2

Please sign in to comment.