Skip to content

Commit 945a120

Browse files
authored
Merge pull request #17 from xuwei-k/patch-2
add `setup-sbt` action
2 parents f387a20 + e612f52 commit 945a120

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ jobs:
1818
with:
1919
java-version: '11'
2020
distribution: 'adopt'
21+
- uses: sbt/setup-sbt@v1
2122
- name: Run tests
2223
run: sbt -Dfile.encoding=UTF8 -J-XX:ReservedCodeCacheSize=256M test scripted

0 commit comments

Comments
 (0)