Skip to content

Commit

Permalink
Merge pull request #96 from Philippus/add-setup-sbt-action
Browse files Browse the repository at this point in the history
Add sbt/setup-sbt action
  • Loading branch information
xuwei-k authored Dec 30, 2024
2 parents 8cdca71 + aaeb461 commit a374aa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
distribution: temurin
java-version: 8
- uses: sbt/setup-sbt@v1
- name: Test
# This runs the template with the default parameters, and runs test within the templated app.
run: sbt -Dfile.encoding=UTF8 -J-XX:ReservedCodeCacheSize=256M test

0 comments on commit a374aa6

Please sign in to comment.