Skip to content

Commit d0f85e7

Browse files
committed
Also index scip-java itself with Bazel aspect
1 parent 61041d8 commit d0f85e7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,12 @@ jobs:
8383
- run: yarn global add @bazel/bazelisk
8484
- run: sbt cli/pack
8585
- run: echo "$PWD/scip-java/target/pack/bin" >> $GITHUB_PATH
86-
- run: |
86+
- name: Auto-index scip-java codebase
87+
run: |
88+
scip-java index --build-tool=bazel --bazel-scip-java-binary=$(which scip-java)
89+
- run: du -h index.scip
90+
- name: Auto-index example/bazel-workspace
91+
run: |
8792
scip-java index --build-tool=bazel --bazel-scip-java-binary=$(which scip-java)
8893
working-directory: examples/bazel-example
8994
- run: du -h index.scip

0 commit comments

Comments
 (0)