We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 451ebc8 commit 10d4b92Copy full SHA for 10d4b92
.github/workflows/ci.yml
@@ -17,6 +17,7 @@ jobs:
17
java-version: 8
18
distribution: temurin
19
- uses: coursier/cache-action@v6
20
+ - uses: sbt/setup-sbt@v1
21
- run: git config core.whitespace tab-in-indent,trailing-space,space-before-tab,cr-at-eol
22
- run: git show --oneline --check
23
- run: sbt -v test
0 commit comments