Turn that off; didn't work
This commit is contained in:
parent
0d6d3319d8
commit
c522f4c3e5
1 changed files with 0 additions and 15 deletions
15
.github/workflows/bazel-test.yml
vendored
15
.github/workflows/bazel-test.yml
vendored
|
@ -1,15 +0,0 @@
|
|||
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