We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0dff56 commit da19c94Copy full SHA for da19c94
scripts/github-actions/ci-build.sh
@@ -18,9 +18,8 @@ fi
18
# Now run the tests. The engflow build uses pinned browsers
19
# so this should be fine
20
# shellcheck disable=SC2046
21
-bazel test --config=rbe-ci --build_tests_only \
+bazel --host_jvm_args=${HEAP_SIZE} test --config=rbe-ci --build_tests_only \
22
--keep_going --flaky_test_attempts=2 \
23
- --host_jvm_args=${HEAP_SIZE} \
24
--cache_test_results=${CACHE_RESULTS} \
25
//... -- $(cat .skipped-tests | tr '\n' ' ')
26
0 commit comments