Skip to content

Commit

Permalink
use sbt setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ramazanyich committed Dec 19, 2024
1 parent 650dbde commit 364cfda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
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:
java-version: 11
cache: sbt
- uses: sbt/setup-sbt@v1
- uses: sbt/setup-sbt@v1
- run: sbt ci-release
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ jobs:
with:
java-version: '11'
distribution: 'temurin'
- uses: sbt/setup-sbt@v1
- name: Run tests
run: sbt clean test IntegrationTest/test

0 comments on commit 364cfda

Please sign in to comment.