Skip to content

Update setup-bazel version #17

Update setup-bazel version

Update setup-bazel version #17

Workflow file for this run

name: CI
on: push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bazel-contrib/[email protected]
with:
bazelisk-cache: true
disk-cache: ${{ github.workflow }}
repository-cache: true
- run: bazel build //...
- run: bazel test --test_output=errors //...