From b25cefe4d7d6b503dcb856f8b1ac2ad1a09d58bd Mon Sep 17 00:00:00 2001 From: Andriy Plokhotnyuk Date: Tue, 24 Dec 2024 17:31:26 +0100 Subject: [PATCH] Fix missing sbt command in CI build (#1629) * Fix missing sbt command in CI build * Add sbt command for release and microsite jobs --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7999eda95..a23da1fe6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,6 +61,7 @@ jobs: uses: coursier/setup-action@v1 with: jvm: temurin:1.17 + apps: sbt - name: Run tests run: | @@ -121,6 +122,7 @@ jobs: uses: coursier/setup-action@v1 with: jvm: temurin:1.17 + apps: sbt - name: Cache uses: coursier/cache-action@v6 @@ -159,6 +161,7 @@ jobs: uses: coursier/setup-action@v1 with: jvm: temurin:1.17 + apps: sbt - name: Cache uses: coursier/cache-action@v6