From f74b150c5aea3bb8c4fdcda19554a5ef1eecf726 Mon Sep 17 00:00:00 2001 From: Matthieu Date: Tue, 12 Oct 2021 23:56:16 +0400 Subject: [PATCH] disable tests on maxos & windows --- .github/workflows/bazel-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/bazel-build.yml b/.github/workflows/bazel-build.yml index 2baaea1..e58cae7 100644 --- a/.github/workflows/bazel-build.yml +++ b/.github/workflows/bazel-build.yml @@ -55,6 +55,7 @@ jobs: key: bazel-${{ matrix.os }} - name: Execute Bazel tests shell: bash + if: matrix.os == 'ubuntu-latest' run: | bazel test //:tests # Runs a set of commands using the runners shell -- 2.39.5