diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7b8566..2e0dfc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,14 +13,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Setup JDK - uses: actions/setup-java@v4 - with: - distribution: corretto - java-version: 21 - cache: sbt + - uses: guardian/setup-scala@v1 - name: Build and Test run: sbt -v +test - name: Test Summary