Skip to content

Commit bb26c29

Browse files
only run build - not test
1 parent 469e209 commit bb26c29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,9 @@ jobs:
283283
io_bazel_rules_go: src/runtime/go.mod
284284
bazel_gazelle: src/runtime/go.sum
285285
286-
- name: Run Tests
286+
- name: Run Build
287287
run: |
288-
bazel test --test_output=errors -- //docs/...
288+
bazel build --test_output=errors -- //docs/...
289289
290290
#######################
291291
# UI Build #

0 commit comments

Comments
 (0)