Skip to content

Commit

Permalink
chore: Add sbt since it's not avaiable on the iamge
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Apr 23, 2024
1 parent 872e3a6 commit 456fa24
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 @@ -38,6 +38,7 @@ jobs:
- uses: coursier/setup-action@v1.3.0
with:
jvm: "temurin:17"
apps: sbt
- name: Tests
run: |
.github/setup-test-projects.sh &&\
Expand All @@ -64,6 +65,7 @@ jobs:
- uses: coursier/setup-action@v1.3.0
with:
jvm: "temurin:17"
apps: sbt
- name: Compile and test main projects
# Only running the tests in 2.12 for now. Many test fixtures need
# to be updated for 2.13.
Expand Down

0 comments on commit 456fa24

Please sign in to comment.