Turn that off; didn't work
This commit is contained in:
parent
352f7b8184
commit
29cb977688
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