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

Apply Olaf suggestions to lsif pipeline #352

Merged
merged 2 commits into from
Jan 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: coursier/[email protected]
- uses: olafurpg/setup-scala@v13
- uses: coursier/setup-[email protected]
with:
java-version: [email protected]
jvm: adopt:11
apps: lsif-java
- name: Run tests with sbt
run: sbt test
- name: Compile docs
run: sbt compileDocs
- name: Generate LSIF
run: curl -fLo coursier https://git.io/coursier-cli && chmod +x coursier && ./coursier launch com.sourcegraph:lsif-java_2.13:0.7.3 -- index
run: lsif-java index
- name: Upload LSIF data
uses: sourcegraph/lsif-upload-action@master
with:
Expand Down