Skip to content

Commit

Permalink
chore: Setup sbt since it's missing from latest runners
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Oct 17, 2024
1 parent 9a8db47 commit 0521fbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.java }}
cache: 'sbt'
- uses: sbt/setup-sbt@v1
- name: Run unit tests
run: |
bin/test.sh unit/test
Expand Down Expand Up @@ -138,6 +139,7 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.java }}
cache: 'sbt'
- uses: sbt/setup-sbt@v1
- name: ${{ matrix.command }}
run: ${{ matrix.command }}
env:
Expand Down

0 comments on commit 0521fbd

Please sign in to comment.