Skip to content

Commit

Permalink
Merge pull request #206 from eed3si9n/wip/actions
Browse files Browse the repository at this point in the history
ci: Add setup-sbt
  • Loading branch information
eed3si9n authored Oct 13, 2024
2 parents 7e1c4e0 + 4048a24 commit 563e64a
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 563e64a

Please sign in to comment.