Skip to content

Commit bfef5af

Browse files
committed
[ci] Use remote-ci config and build key artifacts in RBE build
1 parent 6e0ecee commit bfef5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/github-actions/ci-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ bazel query @npm//:all >/dev/null
3030
# shellcheck disable=SC2046
3131
bazel test --config=remote-ci --build_tests_only --test_tag_filters=-exclusive-if-local,-skip-remote --keep_going --flaky_test_attempts=2 //java/... //py/... -- $(cat .skipped-tests | tr '\n' ' ')
3232
# Build the entire java tree
33-
bazel build --config=remote java/src/...
33+
bazel build --config=remote-ci java/src/... //py:selenium-wheel

0 commit comments

Comments
 (0)