diff --git a/.github/workflows/ci-scala.yml b/.github/workflows/ci-scala.yml index 800ea37cd3..b6fceae713 100644 --- a/.github/workflows/ci-scala.yml +++ b/.github/workflows/ci-scala.yml @@ -44,6 +44,9 @@ jobs: java-version: '21' cache: 'sbt' + - name: Setup SBT + uses: sbt/setup-sbt@v1 + - name: Run tests and build subproject JAR run: sbt "project ${{ matrix.subproject }}" test assembly @@ -121,6 +124,9 @@ jobs: java-version: '21' cache: 'sbt' + - name: Setup SBT + uses: sbt/setup-sbt@v1 + - name: Build run: | LAST_TEAMCITY_BUILD=6410