Skip to content

Commit

Permalink
Change to run_targets
Browse files Browse the repository at this point in the history
  • Loading branch information
ewianda committed Mar 25, 2024
1 parent 6c2f610 commit 5693e8c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ bcr_test_module:
name: 'Run test module'
bazel: ${{ bazel }}
platform: ${{ platform }}
test_targets:
- '//apps/alpha/...'
run_targets:
- '//:gazelle'
6 changes: 4 additions & 2 deletions examples/nextjs/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ module(
compatibility_level = 1,
)

bazel_dep(name = "aspect_rules_js", version = "1.26.0")
bazel_dep(name = "aspect_rules_js", version = "1.27.0")
bazel_dep(name = "gazelle", version = "0.34.0", repo_name = "bazel_gazelle")
bazel_dep(name = "rules_go", version = "0.42.0", repo_name = "io_bazel_rules_go")
bazel_dep(name = "bazel_skylib", version = "1.4.1")
bazel_dep(name = "aspect_rules_ts", version = "1.4.0")
bazel_dep(name = "aspect_rules_jest", version = "0.0.0", repo_name = "aspect_rules_jest")

bazel_dep(name = "com_github_benchsci_rules_nodejs_gazelle", version = "0.0.0", repo_name = "com_github_benchsci_rules_nodejs_gazelle")
local_path_override(
module_name = "com_github_benchsci_rules_nodejs_gazelle",
path = "../..",
Expand Down
Empty file.

0 comments on commit 5693e8c

Please sign in to comment.