We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf8cbd commit 3aad330Copy full SHA for 3aad330
.github/workflows/build.yml
@@ -19,5 +19,6 @@ jobs:
19
with:
20
distribution: temurin
21
java-version: ${{ matrix.java }}
22
+ - uses: sbt/setup-sbt@v1
23
- name: Run tests
24
run: sbt test
0 commit comments