From a0ea9398c602297665eae5fe76282865df63c1bc Mon Sep 17 00:00:00 2001 From: Bekir Oguz Date: Thu, 16 Jan 2025 16:54:03 +0100 Subject: [PATCH] fix ci.yml: sbt not found issue --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f7cd9101..e98640ef2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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: @@ -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: @@ -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 \ No newline at end of file + uses: scalacenter/sbt-dependency-submission@v2