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.
2 parents cf2e060 + 5171358 commit 60bc07aCopy full SHA for 60bc07a
.github/workflows/ci.yml
@@ -30,6 +30,7 @@ jobs:
30
distribution: "${{ matrix.distribution }}"
31
java-version: "${{ matrix.java }}"
32
cache: sbt
33
+ - uses: sbt/setup-sbt@v1
34
- name: Build and test (sbt 1.x)
35
if: ${{ matrix.sbt == 1 }}
36
shell: bash
.github/workflows/publish.yml
@@ -21,6 +21,7 @@ jobs:
21
distribution: temurin
22
java-version: 8
23
24
25
- name: Test
26
run: |
27
gpg --import test-key.gpg
0 commit comments