Skip to content

Commit

Permalink
Fix missing sbt command in CI build (#1629)
Browse files Browse the repository at this point in the history
* Fix missing sbt command in CI build

* Add sbt command for release and microsite jobs
  • Loading branch information
plokhotnyuk authored Dec 24, 2024
1 parent 5a26ba3 commit b25cefe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
uses: coursier/setup-action@v1
with:
jvm: temurin:1.17
apps: sbt

- name: Run tests
run: |
Expand Down Expand Up @@ -121,6 +122,7 @@ jobs:
uses: coursier/setup-action@v1
with:
jvm: temurin:1.17
apps: sbt

- name: Cache
uses: coursier/cache-action@v6
Expand Down Expand Up @@ -159,6 +161,7 @@ jobs:
uses: coursier/setup-action@v1
with:
jvm: temurin:1.17
apps: sbt

- name: Cache
uses: coursier/cache-action@v6
Expand Down

0 comments on commit b25cefe

Please sign in to comment.