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