We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6189e51 + b4d92fb commit a673fbdCopy full SHA for a673fbd
.github/workflows/scala.yml
@@ -24,6 +24,7 @@ jobs:
24
java-version: '11'
25
distribution: 'temurin'
26
cache: 'sbt'
27
+ - uses: sbt/setup-sbt@v1
28
- name: Run tests
29
# "+ test" runs tests with all scala versions
30
run: sbt "+ test"
0 commit comments