8000 Add setup-sbt GH action by antonsviridov-src · Pull Request #756 · sourcegraph/scip-java · GitHub
[go: up one dir, main page]

Skip to content

Add setup-sbt GH action #756

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 17, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
And more...
  • Loading branch information
antonsviridov-src committed Oct 16, 2024
commit a154688ea29c7a0662a126f2550c4092618b439f
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,15 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: yarn global add @bazel/bazelisk

- uses: actions/setup-java@v3
with:
distribution: "temurin"
cache: "sbt"
java-version: 17

- uses: sbt/setup-sbt@v1

- run: sbt build
- run: echo "$PWD/out/bin" >> $GITHUB_PATH
- name: Auto-index scip-java codebase
Expand All @@ -105,6 +114,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- uses: actions/setup-java@v3
with:
distribution: "temurin"
Expand Down
Loading
0