Skip to content

Commit 187e388

Browse files
committed
Add more JVM repositories
Added `apache/pekko` and `arrow-kt/arrow`.
1 parent 545103e commit 187e388

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/scip-examples.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
scip_binary: scip-go
2323
- repository: google/guava
2424
scip_binary: scip-java
25+
- repository: arrow-kt/arrow
26+
scip_binary: scip-java
27+
- repository: apache/pekko
28+
scip_binary: scip-java
2529

2630
container: sourcegraph/${{ matrix.target.scip_binary }}:latest
2731
concurrency:
@@ -32,7 +36,6 @@ jobs:
3236
uses: actions/checkout@v5
3337
with:
3438
repository: ${{ matrix.target.repository }}
35-
ref: master
3639
fetch-depth: 1
3740

3841
- name: Cache Maven dependencies

0 commit comments

Comments
 (0)