We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 410b95e commit c942ba6Copy full SHA for c942ba6
.github/workflows/tests.yaml
@@ -44,7 +44,7 @@ jobs:
44
mkdir -p src/tools
45
ln -s "../../cache/bazel-${BAZEL_VERSION}-linux-x86_64" src/tools/bazel
46
47
- echo 'tools/stardoc' > .bazelignore
+ echo 'tools/stardoc' > src/.bazelignore
48
env:
49
BAZEL_VERSION: ${{ matrix.bazel.version }}
50
- name: "bazel test //..."
0 commit comments