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