Skip to content

Commit 94db60f

Browse files
committed
Skip building the docs as stardoc is not loaded for workspace-based builds
1 parent 6bde9bb commit 94db60f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
disk-cache: true
4444
# Share repository cache between workflows.
4545
repository-cache: true
46-
46+
4747
- name: bazel test //... (Java ${{ matrix.java-major-version }})
48-
run: bazelisk --bazelrc=.github/workflows/ci.bazelrc test ${{ matrix.flags }} //...
48+
run: bazelisk --bazelrc=.github/workflows/ci.bazelrc test ${{ matrix.flags }} //... -- -//docs/...

0 commit comments

Comments
 (0)