Skip to content

Commit

Permalink
add setup-sbt action (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Jan 19, 2025
1 parent 1a1daaa commit 62585ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
~/.ivy2/cache
~/.cache/coursier
key: ${{ runner.os }}-sbt-${{ hashFiles('**/*.sbt') }}
- uses: sbt/setup-sbt@v1
- name: Compile and test
run: |
sbt +test
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
java-version: 8
distribution: temurin
- uses: olafurpg/setup-gpg@v3
- uses: sbt/setup-sbt@v1
- name: Publish ${{ github.ref }}
run: sbt ci-release
env:
Expand Down

0 comments on commit 62585ad

Please sign in to comment.