Skip to content

Commit

Permalink
Merge pull request #261 from sbt/wip/ci
Browse files Browse the repository at this point in the history
Install sbt
  • Loading branch information
eed3si9n authored Oct 9, 2024
2 parents cf2e060 + 5171358 commit 60bc07a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
distribution: "${{ matrix.distribution }}"
java-version: "${{ matrix.java }}"
cache: sbt
- uses: sbt/setup-sbt@v1
- name: Build and test (sbt 1.x)
if: ${{ matrix.sbt == 1 }}
shell: bash
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
distribution: temurin
java-version: 8
cache: sbt
- uses: sbt/setup-sbt@v1
- name: Test
run: |
gpg --import test-key.gpg
Expand Down

0 comments on commit 60bc07a

Please sign in to comment.