Skip to content

Commit a673fbd

Browse files
authored
Merge pull request #241 from inoio/magro-patch-1
Update scala.yml add setup-sbt
2 parents 6189e51 + b4d92fb commit a673fbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/scala.yml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
java-version: '11'
2525
distribution: 'temurin'
2626
cache: 'sbt'
27+
- uses: sbt/setup-sbt@v1
2728
- name: Run tests
2829
# "+ test" runs tests with all scala versions
2930
run: sbt "+ test"

0 commit comments

Comments
 (0)