Skip to content

Commit

Permalink
Update CI and add sbt cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrich committed Sep 21, 2022
1 parent c0ecd2f commit df8555f
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,4 +19,5 @@ jobs:
with:
distribution: 'adopt'
java-version: ${{ matrix.java }}
cache: 'sbt'
- run: sbt +test
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
distribution: 'adopt'
java-version: '17'
cache: 'sbt'
- run: sbt ci-release
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
Expand Down

0 comments on commit df8555f

Please sign in to comment.