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 2b1afdf commit 8669a7eCopy full SHA for 8669a7e
.github/workflows/ci.yaml
@@ -20,7 +20,7 @@ jobs:
20
bazel-test:
21
uses: bazel-contrib/.github/.github/workflows/bazel.yaml@1314bb5dc3bccbc26063ee0710830919bb9a0792
22
with:
23
- bazel_test_command: bazel test -- //... -//docs:all
+ bazel_test_command: bazel test -- //... -//docs/...
24
folders: '[".", "example"]'
25
# Don't try for Windows support yet.
26
exclude_windows: true
0 commit comments