Skip to content

Commit

Permalink
Disable Windows in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Sri Krishna Paritala <skrishna@buf.build>
  • Loading branch information
srikrsna-buf committed Dec 10, 2024
1 parent 6c1e4dc commit bb83a25
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,18 @@ jobs:
- uses: actions/checkout@v2
- name: bazel test
run: make test
windows:
runs-on: windows-latest
steps:
# Caches and restores the bazelisk download directory, the bazel build directory.
- name: Cache bazel
uses: actions/cache@v2
with:
path: |
~\AppData\Local\bazelisk
~\_bazel_runneradmin
key: ${{ runner.os }}-bazel-cache
- uses: actions/checkout@v2
- name: bazel test
run: make test
# Disabled due to error in protobuf on Windoes
# windows:
# runs-on: windows-latest
# steps:
# # Caches and restores the bazelisk download directory, the bazel build directory.
# - name: Cache bazel
# uses: actions/cache@v2
# with:
# path: |
# ~\AppData\Local\bazelisk
# ~\_bazel_runneradmin
# key: ${{ runner.os }}-bazel-cache
# - uses: actions/checkout@v2
# - name: bazel test
# run: make test

0 comments on commit bb83a25

Please sign in to comment.