Skip to content

.github/workflows: Bump Bazel for testing to 5.0.0 (#123) #121

.github/workflows: Bump Bazel for testing to 5.0.0 (#123)

.github/workflows: Bump Bazel for testing to 5.0.0 (#123) #121

Workflow file for this run

name: Testing
on:
push:
pull_request:
permissions:
contents: read
env:
USE_BAZEL_VERSION: 5.0.0
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Run bazel build
run: bazelisk build //...