Skip to content

Commit

Permalink
fix ci.yml: sbt not found issue (#1823)
Browse files Browse the repository at this point in the history
  • Loading branch information
bekiroguz authored Jan 16, 2025
1 parent 49416a8 commit 590756a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
distribution: temurin
java-version: 17
cache: sbt
- uses: sbt/setup-sbt@v1
- name: Run tests and coverage
run: |-
cp .jvmopts-ci .jvmopts
Expand Down Expand Up @@ -61,6 +62,7 @@ jobs:
distribution: temurin
java-version: 17
cache: sbt
- uses: sbt/setup-sbt@v1
- name: Publish to Sonatype
run: sbt ci-release
env:
Expand Down Expand Up @@ -89,6 +91,7 @@ jobs:
distribution: temurin
java-version: 17
cache: sbt
- uses: sbt/setup-sbt@v1
- name: Publish to Azure
run: sbt "clean; +aetherDeploy; project interaction-example-make-payment-and-ship-items; +aetherDeploy; project interaction-example-reserve-items; +aetherDeploy; project bakery-client-example; +aetherDeploy; project bakery-kafka-listener-example; +aetherDeploy"
env:
Expand Down Expand Up @@ -116,5 +119,6 @@ jobs:
distribution: temurin
java-version: 17
cache: sbt
- uses: sbt/setup-sbt@v1
- name: Submit dependency graph
uses: scalacenter/sbt-dependency-submission@v2
uses: scalacenter/sbt-dependency-submission@v2

0 comments on commit 590756a

Please sign in to comment.