Skip to content

Commit

Permalink
ci: fix CI by using setup-sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
gaeljw authored Jan 16, 2025
1 parent c37b1f1 commit c89fb9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ jobs:
with:
java-version: ${{ matrix.java }}
distribution: 'adopt'
- uses: sbt/setup-sbt@v1
- name: Run tests
run: sbt test

0 comments on commit c89fb9e

Please sign in to comment.