Turn that off; didn't work

This commit is contained in:
Reid D. 'arrdem' McKenzie 2022-04-21 00:18:22 -06:00
parent 0d6d3319d8
commit c522f4c3e5

View file

@ -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", "..."]