blob: 62e36e97e40e4dbcd598dcf1139b8c1e66846b49 [file] [edit]
name: CI - RBE
on:
workflow_call:
workflow_dispatch:
jobs:
rbe-small-tests:
name: RBE - Small Tests
uses: ./.github/workflows/bazel.yml
with:
name: Cache
cache-key: java
run: bazel test --config=remote-ci --test_size_filters=small --keep_going //java/... //py/...