Skip to content

Merge pull request #87 from GoogleCloudPlatform/runner-virtual-dtor #13

Merge pull request #87 from GoogleCloudPlatform/runner-virtual-dtor

Merge pull request #87 from GoogleCloudPlatform/runner-virtual-dtor #13

Workflow file for this run

name: Bazel Build
on:
push: {}
pull_request: {}
jobs:
build:
name: Build everything
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bazelbuild/setup-bazelisk@v3
- name: Mount bazel cache
uses: actions/cache@v4
with:
path: "~/.cache/bazel"
key: bazel
- name: Build
run: bazel build //...