Skip to content

Commit

Permalink
Add sbt installation step to CI
Browse files Browse the repository at this point in the history
Github removed sbt from the ubuntu runner image therefore we need to add sbt installation step to CI.
  • Loading branch information
spenes committed Oct 11, 2024
1 parent d093127 commit 2588e9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 11
- name: Install sbt
uses: sbt/setup-sbt@v1
- name: Check Scala formatting
run: sbt scalafmtCheckAll scalafmtSbtCheck
- name: Run tests
Expand Down

0 comments on commit 2588e9b

Please sign in to comment.