We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a8455 commit 9f7c724Copy full SHA for 9f7c724
.github/workflows/ci.yml
@@ -13,5 +13,7 @@ jobs:
13
with:
14
distribution: temurin
15
java-version: 11
16
+ - name: Setup sbt
17
+ uses: sbt/setup-sbt@v1
18
- name: Build and Test
19
run: sbt -v +test
0 commit comments