Skip to content

Commit

Permalink
Add setup-sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Oct 13, 2024
1 parent 7e1c4e0 commit 4048a24
Showing 1 changed file with 1 addition 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 @@ -29,6 +29,7 @@ jobs:
java-version: ${{ matrix.java }}
distribution: temurin
cache: sbt
- uses: sbt/setup-sbt@v1
- shell: bash
run: sbt -v $(if [[ "${{matrix.sbt_version}}" != "" ]] ; then echo "^^${{matrix.sbt_version}}" ; fi) test scripted
- shell: bash
Expand Down

0 comments on commit 4048a24

Please sign in to comment.