Create bazel-test.yml

This commit is contained in:
Reid D McKenzie 2021-10-07 09:58:35 -06:00 committed by GitHub
parent bb5b7aa9b4
commit bbfee1d3ff

15
.github/workflows/bazel-test.yml vendored Normal file
View file

@ -0,0 +1,15 @@
name: Bazel test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: bazel test
uses: ngalaiko/bazel-action@2.0.0
with:
args: test ...