Skip to content

Commit

Permalink
Skip building the docs as stardoc is not loaded for workspace-based b…
Browse files Browse the repository at this point in the history
…uilds
  • Loading branch information
shs96c committed Oct 7, 2024
1 parent 6bde9bb commit 94db60f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
disk-cache: true
# Share repository cache between workflows.
repository-cache: true

- name: bazel test //... (Java ${{ matrix.java-major-version }})
run: bazelisk --bazelrc=.github/workflows/ci.bazelrc test ${{ matrix.flags }} //...
run: bazelisk --bazelrc=.github/workflows/ci.bazelrc test ${{ matrix.flags }} //... -- -//docs/...

0 comments on commit 94db60f

Please sign in to comment.