We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf2e060 commit 5171358Copy full SHA for 5171358
.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