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

Co-authored-by: Mantas Indrašius <mantasi@wix.com>
Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon and mantasindrasius committed Sep 4, 2023
1 parent 8aad856 commit 81684c7
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 81684c7

Please sign in to comment.