Skip to content

Commit 8669a7e

Browse files
committed
no docs folder in examples
1 parent 2b1afdf commit 8669a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
bazel-test:
2121
uses: bazel-contrib/.github/.github/workflows/bazel.yaml@1314bb5dc3bccbc26063ee0710830919bb9a0792
2222
with:
23-
bazel_test_command: bazel test -- //... -//docs:all
23+
bazel_test_command: bazel test -- //... -//docs/...
2424
folders: '[".", "example"]'
2525
# Don't try for Windows support yet.
2626
exclude_windows: true

0 commit comments

Comments
 (0)