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 6bde9bb commit 94db60fCopy full SHA for 94db60f
.github/workflows/tests.yaml
@@ -43,6 +43,6 @@ jobs:
43
disk-cache: true
44
# Share repository cache between workflows.
45
repository-cache: true
46
-
+
47
- name: bazel test //... (Java ${{ matrix.java-major-version }})
48
- run: bazelisk --bazelrc=.github/workflows/ci.bazelrc test ${{ matrix.flags }} //...
+ run: bazelisk --bazelrc=.github/workflows/ci.bazelrc test ${{ matrix.flags }} //... -- -//docs/...
0 commit comments