Skip to content

Commit

Permalink
Merge pull request #179 from gaeljw/fix-ci
Browse files Browse the repository at this point in the history
ci: fix CI by using setup-sbt
  • Loading branch information
gaeljw authored Jan 16, 2025
2 parents c37b1f1 + c89fb9e commit 1ae6de7
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 1ae6de7

Please sign in to comment.