Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 1fe3452

Browse files
committed
Merge branch 'master' into update/scala-library-2.13.8
2 parents 6ef1942 + 9d9429d commit 1fe3452

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/main.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,18 @@ jobs:
1818
- uses: coursier/[email protected]
1919
with:
2020
jvm: adopt:11
21-
apps: lsif-java
2221
- name: Run tests with sbt
2322
run: sbt test
2423
- name: Compile docs
2524
run: sbt compileDocs
2625
- name: Generate LSIF
27-
run: lsif-java index
26+
run: cs launch com.sourcegraph:scip-java_2.13:0.8.2 -- index
27+
- name: Install sourcegraph/src
28+
run: yarn global add @sourcegraph/src
2829
- name: Upload LSIF data
29-
uses: sourcegraph/lsif-upload-action@master
30-
with:
31-
endpoint: https://sourcegraph.com
32-
github_token: ${{ secrets.GITHUB_TOKEN }}
33-
file: dump.lsif
30+
run: src code-intel upload -trace=3 -root . -file index.scip -github-token $GITHUB_TOKEN
31+
env:
32+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3433

3534
publish:
3635
name: Publish release

0 commit comments

Comments
 (0)