Skip to content

Commit

Permalink
test: extend components-ce to test js use
Browse files Browse the repository at this point in the history
- test: add code to `components-ce` test to ensure `js`
  component is installed and usable

Signed-off-by: Sam Gammon <[email protected]>
Co-authored-by: Mantas Indrašius <[email protected]>
  • Loading branch information
sgammon and mantasindrasius committed Sep 3, 2023
1 parent 78963fc commit 035b51b
Show file tree
Hide file tree
Showing 5 changed files with 238 additions and 223 deletions.
2 changes: 2 additions & 0 deletions example/integration_tests/components-ce/.bazelrc
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
build --enable_bzlmod
build --java_runtime_version=graalvm_20
build --tool_java_runtime_version=graalvm_20
2 changes: 1 addition & 1 deletion example/integration_tests/components-ce/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module(

bazel_dep(
name = "rules_java",
version = "6.5.0",
version = "6.4.0",
)
bazel_dep(
name = "rules_graalvm",
Expand Down
Loading

0 comments on commit 035b51b

Please sign in to comment.