diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index afa3c96..58325ff 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -27,5 +27,6 @@ jobs: java-version: '17' distribution: 'temurin' cache: 'sbt' + - uses: sbt/setup-sbt@v1 - name: Run tests run: sbt +test