Skip to content

Commit a374aa6

Browse files
authored
Merge pull request #96 from Philippus/add-setup-sbt-action
Add sbt/setup-sbt action
2 parents 8cdca71 + aaeb461 commit a374aa6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
with:
1717
distribution: temurin
1818
java-version: 8
19+
- uses: sbt/setup-sbt@v1
1920
- name: Test
2021
# This runs the template with the default parameters, and runs test within the templated app.
2122
run: sbt -Dfile.encoding=UTF8 -J-XX:ReservedCodeCacheSize=256M test

0 commit comments

Comments
 (0)