diff options
| author | Matthieu <matthieu@developershouse.xyz> | 2021-10-12 23:56:16 +0400 |
|---|---|---|
| committer | Matthieu <matthieu@developershouse.xyz> | 2021-10-12 23:56:16 +0400 |
| commit | f74b150c5aea3bb8c4fdcda19554a5ef1eecf726 (patch) | |
| tree | f6b0bb862a78eea44b971f102cc7e838200642cf | |
| parent | 97b7b2df01a94d5ea484b888ef9eda7c3ebe57d9 (diff) | |
disable tests on maxos & windows
| -rw-r--r-- | .github/workflows/bazel-build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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
|
