Create bazel-test.yml

This commit is contained in:
Reid D McKenzie 2021-10-07 09:58:35 -06:00 committed by GitHub
parent a68abf105d
commit dd88a46f59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ...