We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d3f543 + 65e033a commit f1492b4Copy full SHA for f1492b4
.github/workflows/ci.yml
@@ -22,5 +22,6 @@ jobs:
22
with:
23
distribution: temurin
24
java-version: ${{matrix.java}}
25
+ - uses: sbt/setup-sbt@v1
26
- name: Test
27
run: sbt ++${{matrix.scala}} "all Test/compile examples/Test/compile uitest/Test/compile" test package
.github/workflows/release.yml
@@ -13,6 +13,7 @@ jobs:
13
14
15
java-version: 8
16
17
- run: sbt versionCheck ci-release
18
env:
19
PGP_PASSPHRASE: ${{secrets.PGP_PASSPHRASE}}
0 commit comments