Create bazel-test.yml
This commit is contained in:
parent
a68abf105d
commit
dd88a46f59
1 changed files with 15 additions and 0 deletions
15
.github/workflows/bazel-test.yml
vendored
Normal file
15
.github/workflows/bazel-test.yml
vendored
Normal 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 ...
|
Loading…
Reference in a new issue