We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7519f5b commit bd018b7Copy full SHA for bd018b7
.github/workflows/scala.yml
@@ -27,5 +27,6 @@ jobs:
27
java-version: '17'
28
distribution: 'temurin'
29
cache: 'sbt'
30
+ - uses: sbt/setup-sbt@v1
31
- name: Run tests
32
run: sbt +test
0 commit comments