Skip to content

Commit

Permalink
Add sbt/setup-sbt action (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippus authored Jan 19, 2025
1 parent c94b7ae commit ee82cfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
with:
distribution: temurin
java-version: ${{ matrix.java-version }}
- uses: sbt/setup-sbt@v1
- name: Run tests
run: sbt ++${{ matrix.scala-version }} clean coverage test coverageReport
- name: Upload coverage report
Expand Down
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 ci-release
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
Expand Down

0 comments on commit ee82cfe

Please sign in to comment.