From c522f4c3e5c05f14ab9ddd3c12e70e48dd2adf7e Mon Sep 17 00:00:00 2001 From: "Reid D. 'arrdem' McKenzie" Date: Thu, 21 Apr 2022 00:18:22 -0600 Subject: [PATCH] Turn that off; didn't work --- .github/workflows/bazel-test.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/bazel-test.yml diff --git a/.github/workflows/bazel-test.yml b/.github/workflows/bazel-test.yml deleted file mode 100644 index bcb4b11..0000000 --- a/.github/workflows/bazel-test.yml +++ /dev/null @@ -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", "..."]