Skip to content

Commit da19c94

Browse files
committed
host_jvm_args is a startup option for Bazel, not a command option
1 parent b0dff56 commit da19c94

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/github-actions/ci-build.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ fi
1818
# Now run the tests. The engflow build uses pinned browsers
1919
# so this should be fine
2020
# shellcheck disable=SC2046
21-
bazel test --config=rbe-ci --build_tests_only \
21+
bazel --host_jvm_args=${HEAP_SIZE} test --config=rbe-ci --build_tests_only \
2222
--keep_going --flaky_test_attempts=2 \
23-
--host_jvm_args=${HEAP_SIZE} \
2423
--cache_test_results=${CACHE_RESULTS} \
2524
//... -- $(cat .skipped-tests | tr '\n' ' ')
2625

0 commit comments

Comments
 (0)