We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 469e209 commit bb26c29Copy full SHA for bb26c29
.github/workflows/pr-checks.yaml
@@ -283,9 +283,9 @@ jobs:
283
io_bazel_rules_go: src/runtime/go.mod
284
bazel_gazelle: src/runtime/go.sum
285
286
- - name: Run Tests
+ - name: Run Build
287
run: |
288
- bazel test --test_output=errors -- //docs/...
+ bazel build --test_output=errors -- //docs/...
289
290
#######################
291
# UI Build #
0 commit comments