Skip to content

Commit 39f5923

Browse files
authored
Install sbt in github actions (#102)
1 parent 805bc20 commit 39f5923

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
uses: actions/setup-java@v1
2020
with:
2121
java-version: 11
22+
- name: Install sbt
23+
uses: sbt/setup-sbt@v1
2224
- name: Run tests
2325
run: sbt +test
2426
- name: Check Scala formatting

0 commit comments

Comments
 (0)