diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2d3c2f..1dc5c2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,7 @@ jobs: distribution: corretto java-version: 11 cache: sbt + - uses: sbt/setup-sbt@v1.1.0 - name: Build and Test run: sbt -v +test - name: Test Summary diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4ee73fc..f250ca3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,7 @@ jobs: distribution: corretto java-version: 11 cache: sbt + - uses: sbt/setup-sbt@v1.1.0 - uses: actions/setup-node@v4 with: node-version-file: .nvmrc