We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
remote-ci
1 parent 6e0ecee commit bfef5afCopy full SHA for bfef5af
scripts/github-actions/ci-build.sh
@@ -30,4 +30,4 @@ bazel query @npm//:all >/dev/null
30
# shellcheck disable=SC2046
31
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' ' ')
32
# Build the entire java tree
33
-bazel build --config=remote java/src/...
+bazel build --config=remote-ci java/src/... //py:selenium-wheel
0 commit comments