Skip to content

Commit

Permalink
Add sbt installation step to CI (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed Dec 30, 2024
1 parent 6e1a76f commit da3edce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 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 Expand Up @@ -79,6 +81,8 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 11
- name: Install sbt
uses: sbt/setup-sbt@v1
- name: Docker login
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit da3edce

Please sign in to comment.