Skip to content

Commit 2069a8b

Browse files
authored
Update scala.yml to set up SBT (#311)
1 parent 2665f00 commit 2069a8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/scala.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@ jobs:
1818
with:
1919
java-version: '11'
2020
distribution: 'adopt'
21+
- name: Setup SBT
22+
uses: sbt/setup-sbt@v1
2123
- name: Run tests
2224
run: sbt test

0 commit comments

Comments
 (0)