Skip to content

add bazel version

add bazel version #170

Workflow file for this run

name: Unite Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
ubuntu-build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Mount bazel cache
uses: actions/cache@v3
with:
path: "/home/runner/.cache/bazel"
key: bazel
- name: build
run: bazel test ...