Skip to content

Commit

Permalink
add sbt/setup-sbt action
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Dec 21, 2024
1 parent ac1aa40 commit 01dfe47
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 @@ -21,5 +21,6 @@ jobs:
distribution: temurin
java-version: ${{matrix.java}}
cache: sbt
- uses: sbt/setup-sbt@v1
- name: Test
run: sbt ++${{matrix.scala}} test headerCheck versionPolicyCheck package
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
with:
distribution: temurin
java-version: 8
- uses: sbt/setup-sbt@v1
- run: sbt versionCheck ci-release
env:
PGP_PASSPHRASE: ${{secrets.PGP_PASSPHRASE}}
Expand Down

0 comments on commit 01dfe47

Please sign in to comment.