Skip to content

Commit c942ba6

Browse files
committed
fix bazelignore path
1 parent 410b95e commit c942ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
mkdir -p src/tools
4545
ln -s "../../cache/bazel-${BAZEL_VERSION}-linux-x86_64" src/tools/bazel
4646
47-
echo 'tools/stardoc' > .bazelignore
47+
echo 'tools/stardoc' > src/.bazelignore
4848
env:
4949
BAZEL_VERSION: ${{ matrix.bazel.version }}
5050
- name: "bazel test //..."

0 commit comments

Comments
 (0)