File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed
Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 9292 bazel-tests :
9393 strategy :
9494 fail-fast : false # Don't cancel all jobs if one fails.
95- name : Bazel Tests
95+ name : Bazel Tests ubuntu
9696 runs-on : ubuntu-latest
9797 steps :
9898 - name : Checkout pending changes
@@ -106,3 +106,22 @@ jobs:
106106 credentials : ${{ secrets.GAR_SERVICE_ACCOUNT }}
107107 bazel-cache : " bazel-tests"
108108 bazel : test //bazel/...
109+
110+ bazel-tests :
111+ strategy :
112+ fail-fast : false # Don't cancel all jobs if one fails.
113+ matrix :
114+ runner : [ windows, macos ]
115+ name : Bazel Tests ${{ matrix.runner }}
116+ runs-on : ${{ matrix.runner }}-latest
117+ steps :
118+ - name : Checkout pending changes
119+ uses : protocolbuffers/protobuf-ci/checkout@v5
120+ with :
121+ ref : ${{ inputs.safe-checkout }}
122+ - name : Run tests
123+ uses : protocolbuffers/protobuf-ci/bazel@v5
124+ with :
125+ credentials : ${{ secrets.GAR_SERVICE_ACCOUNT }}
126+ bazel-cache : " bazel-tests-${{ matrix.runner }}"
127+ bazel : test //bazel/...
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102 with :
103103 credentials : ${{ secrets.GAR_SERVICE_ACCOUNT }}
104104 bazel-cache : " upb-bazel-macos"
105- bazel : ${{ matrix.config.bazel-command }} ${{ matrix.config.flags }} //bazel/... // benchmarks/... //lua/... //python/... //upb/... //upb_generator/...
105+ bazel : ${{ matrix.config.bazel-command }} ${{ matrix.config.flags }} //benchmarks/... //lua/... //python/... //upb/... //upb_generator/...
106106 version : 8.0.1
107107
108108 build_wheels :
You can’t perform that action at this time.
0 commit comments